I need TextBox
in asp.net to highlight some text when certain event occurs while text is being typed (as in Microsoft Word spell check feature).
I have been using freetextbox, it highlights the text on a button click but not automatically.
How to do that?
Should I use another control?
You can use jquery and check for each keypress, when your word combination is met you can use css to highlight text.
function is .keypress() - more on keypress