Hi,

I need to be able to seach a text box for a string and if it is contained highlight it(much like the 'find' on IE.)

I know how to search the textbox using instr, but how do i highight the text? In VB6 it used to be selStart and selLength or something but can't do it in asp.net.

Thanks
Nick