The .NET Windows Forms version of a Textbox object has a Select method, but there is not one for the Web Forms version. Is there anyway to select text inside of a Web Forms Textbox object?

Also, is there any way to find out what text is selected by a user in a Web Forms Textbox?

Thanks.

Concolor