egdotnet Posted July 26, 2004 Posted July 26, 2004 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. Quote
bri189a Posted July 29, 2004 Posted July 29, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.