hey guyzz.....
Need help with a certain scenario I am working on.
I am developing a web page in asp.net using c# in which user enters any text(no limit to the length) in the textbox. As user enters the text I want to run some background processes so that as user enters the text in textbox the same text character by character
gets copied in some other control and each word gets processed(in background process) and certain words gets highlighted in that that control and only the certain highlighted words could become some sort of link(as in wikipedia pages where they have links
between paragraphs to other pages).
the problem is that what control should i use for my web page so that user types in the textbox without any interference.
Thank You
Go to the complete details ...