Hi
Can tell about RichtextBox control in Asp.Net.??
How we may use that control???
Is possible to use web form? using HTML. Bcz i know only that
we can use in windows form directly.
I hope for your answers.
Thanks
:)
Printable View
Hi
Can tell about RichtextBox control in Asp.Net.??
How we may use that control???
Is possible to use web form? using HTML. Bcz i know only that
we can use in windows form directly.
I hope for your answers.
Thanks
:)
Have a look at This example
RTBs work in Windows forms, but there is no native control similar to that in web development. Instead, you have to 'create' it yourself: You'd use an <IFRAME>, set it to editable mode. Then the users can enter HTML, depending on how you set the mode of the IFRAME>
if you're looking for a good RTE, i've always liked using this one:
http://www.fckeditor.net/