Reputation: 2509
I am a beginner to web application development. I am loading some text to the text box and checking for certain errors like if occurring of space before .
(dot/full-stop).
I want to display the line no, column no and cursor position of the errors. Which control is suited for this. How to find the line no,column no and cursor position and how to highlight the error text in the text box.?
I have heard that through RichTextBox
it is possible, but richtextbox control is not there in web application toolbox controls list.
Upvotes: 0
Views: 2570
Reputation: 19305
Here is an overview of different rich text editors for the web. My favorite is TinyMCE.
Upvotes: 1