What text has been selected within a textbox on a web page?

  • Thread starter Thread starter Ethan Strauss
  • Start date Start date
E

Ethan Strauss

Hi,
I am using C#.net 2.0 to write a web application. I would like to be able
to programmatically detect what text has been selected in a textbox control.
Is this possible? If not, is there some other control which will allow users
to enter their own text, then select some of it, and have the code read what
has been selected?
Thanks!
Ethan
 
Back
Top