What asp.net control is equivalent to the richtextbox?
Printable View
What asp.net control is equivalent to the richtextbox?
There really isn't one that I have seen.
But, if you have a look here:
http://www.revjon.com/ftb/
That is a great control to use to format text, then get it as html. You could then apply a bunch of string parsting or whatever to get what you need.
so what is this box i'm typing in right now? a textbox?
Yes I'd imagine so. Did you notice that all formatting isn't done in the actual box but instead it shows the codes for it? Also those codes aren't rich text, not even really html. You would just use a textbox and replace any codes you want with actual allowed html and display it.