Highlighted text

egdotnet

Regular
Joined
May 16, 2004
Messages
50
I have a page where a user is presented w/ some text entered into a textbox & i was wondering if there's a way to allow the user to highlight some text & then the app only goes forward w/ the substring that the user highlights (in this case saving it to an xml node). is there a way to tell the app to use highlighted text in VB.NET?

Thanks.
 
You would have to incoporate JavaScript to get the highlighted text, then use a hidden input control that recieves that text, then on post back get that text from the input control.
 
Back
Top