vote up 0 vote down star
1

I am developing a web application where user has the option to send email to other users. I am looking for any in-built HTML text editor for ASP.NET 2.0. I know latest AJAX release for .NET 3.5 has provided this control. I am looking for a similar control but in ASP.NET 2.0.

Is there any other UI control that is build using Javscript or jQuery, which can be used to allow user to enter HTML formatted message?

flag

20% accept rate

4 Answers

vote up 1 vote down

FCKEditor is probably the most widely used:

http://ckeditor.com/blog/FCKeditor%5F2.6.5%5Freleased

link|flag
vote up 0 vote down

FreeTextBox is a good one.

link|flag
vote up 1 vote down

15 Really Useful Web-based HTML Editors

I encourage you to test out different editors with your applications. They don't all work the same and some may work better than others based on your application needs.

link|flag
vote up 0 vote down

if you don't want to use third party, you can try Microsoft AJAX HTML Editor

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HTMLEditor/HTMLEditor.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.