views:

59

answers:

2

Hi Guys,

I want to use one free wysiwyg html editor in one of the website I am developing. It's commercial website which I am developing for a company.

Could you please suggest me from your experience the best free available wysiwyg HTML editor for web.

FYI - Website is build with ASP.Net 4.0, C#.Net

Thanks,

Happy Coder

+3  A: 

If you are looking into proper ASP.NET integration where you can configure the editor programmatically on server side, I'd suggest CKeditor, which has an ASP.NET control component called FCKeditor.net.

As for me, I usually use TinyMCE, because it is purely browser-based, so completely platform-independent, very easy to customize, and it has served me well for many, many years.

CodeTwice
Hi mate, Can I use TinyMCE it for free in one of the ecommerce website i m developing.
Nimesh
A: 

Well, it's tough to beat Eclipse (which has an HTML wysiwyg editor in the JavaScript Web Developers version). To work with ASP.NET, simply use the Emonic plugin.

Ryan Berger