Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best free, Ajax.NET (System.Web.Extensions 3.5) compatible Rich Text Box control?

I'm looking for a good ASP.NET RichTextBox component that integrates fairly easily with .NET Framework 3.5 Ajax, specifically one that can easily provide its values from inside an UpdatePanel.

I got burned by RicherComponents RichTextBox which still does not reference the Framework 3.5.

thanks!

like image 788
ZeroBugBounce Avatar asked Oct 01 '08 15:10

ZeroBugBounce


2 Answers

Look at FCKEditor for a free solution. I'm unsure if it's usable inside an update panel, but it's free and opensource.

http://www.fckeditor.net/

like image 104
craigmoliver Avatar answered Oct 18 '22 00:10

craigmoliver


If you would consider going with an HTML editor instead of a Rich Text format editor, I recommend the Telerik web editor. It is very flexible and integrates quite solidly with Ajax.

like image 41
Mark Brittingham Avatar answered Oct 18 '22 01:10

Mark Brittingham