views:

253

answers:

4

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?

+1  A: 

FCKEditor is probably the most widely used:

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

Paul
A: 

FreeTextBox is a good one.

RandomNoob
+1  A: 

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.

rick schott
A: 

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

Muhammad Akhtar