Hello Everyone,
Can we use a text box like "Rich Text Box" .......
Actually i've to provide facility like bold,italic,underline and etc to the use at feedback form in ASP.NET(1.1) with c#
Suggest me some ways
Hello Everyone,
Can we use a text box like "Rich Text Box" .......
Actually i've to provide facility like bold,italic,underline and etc to the use at feedback form in ASP.NET(1.1) with c#
Suggest me some ways
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Sep 5, 2007, 11:04 AM
Unfortunately, there is no standard RichTextBox control for ASP.NET.
Whilst you can use effects such as bold, italics and underline in a normal TextBox control, they apply to all text entered as the control can only cope with one font at a time.
There are some commercial RTB controls for ASP.NET but there's also a good free one called FreeTextBox which is a simpler version of a commercial product. The following link tells you all about it and you'll notice that it can be used in v1.1 if certain steps are taken:
http://aspnet.4guysfromrolla.com/articles/102004-1.aspx