Hi
The scenario is this:
1. I have a multiline TextBox in my Web application
2. i search a string from the text found in the TextBox
3. After i find the string in the TextBox i must give the line number of where it is in the Textbox or even highlighted or underlined etc
My question is how to do part 3. I know some of you might tell me to use a richTextBox but i am working on a web application and not a windows application and i do not know how to combine the two projects. I have also tried using SelectionStart() and SelectionLength() but my Web application keeps giving me an error for selectionstart() and selectionlength() (and i did put the reference system.windows.dll but it still is not recognizing them.)
Any ideas of how to do part3 will be greatly appreciated
I am using c#