Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...