azwaan
Programmer
- Jan 11, 2002
- 42
I have a ASP.NET web application in which i need i have a multiline textbox in which part of the text need to be colored and highlighted. i can achieve the same thing in a windows app by using the Richtext box and its properties of SelectionStart, selectionColor and SelectionLength. however the richtextbox is not available in ASP.NET . how can i do this in ASP.net? any alternative methods or controls?.. pls help