PDA

View Full Version : Highlighting Multiple selections


Unregistered
October 31, 2002, 10:42:29
HI,
I am using text control in my ASP page.Here I am using it as a text editor which needs an additional feature of highlighting the text.So I had to write some code for that
What I did is get the selected text put some <SPAN > tag infront and after it.Then save the entire text into Memory in ANSI format then display the Text in HTML format in the Page.This is working for single highlightings...But for multiple highlightings ..it is fetching and displaying the only the secone selection.
Anybody familiar with this are requested to help me .
Thanking all
Baboos


This message was originally posted by Baboos in the old TX Text Control Support Forum.