views:

211

answers:

4

I want to use a Rich Text Editor in my ASP.NET web application project for my company's product.What are the best free options available. I went thru ASP.NET Ajax HTML Editor

.But it does not support inserting an image inside the content.Can any one suggest me some solutions for this.

Appreciate your support

I had a look at tinymce,FCKeditor etc... But i am afraid to take it as there is some licensing is present for those

A: 

did you try freetextbox?

Ozan BAYRAM
A: 

Most of the editors free or commercial will have some kind of license if its being supported. I looked at various editors when looking at integrating one into our cms and cameto the following conclusion: I thought FCKEditor was the best "free" editor at the time on but eventually used the CuteSoft Editor from http://www.cutesoft.net/ASP.NET+WYSIWYG+Editor/ I can highly recommend it and since you are using for a commercial product, it worth having a royalty free license and technical support.

I would also look at the new jquery based editors.

Mark Redman
+1  A: 

TinyMCE - Javascript WYSIWYG Editor

Robert Gonek