vote up 1 vote down star
2

Ok, i've read most relevant questions asked here previously on this but I still don't see a clear "best in class" suggestion for WYSIWYG editors for ASP.net

I've used fckeditor up to now (found it ok but many problems with config/permissions on folder etc.).

I'm looking for something that has a lot of flexibility/config options and can integrate nicely with the sites css.

Also i'd like something that minimises config requirements when moving from server to server etc.

Any good suggestions are much appreciated.

Ed

flag

24% accept rate

5 Answers

vote up 2 vote down check

we use the Telerik Radeditor, and it performs great. Microsoft also uses it on their MSDN website. It's not free, but worth the investment.

http://demos.telerik.com/ASPNET/Prometheus/Editor/Examples/Overview/DefaultCS.aspx

link|flag
The whole suite of Telerik controls are fantastic! – Adam Pope Nov 21 '08 at 14:12
Thanks Nathan, i've used this within MCMS a few years ago - will try the standalone version - looks pricey though! – Ed Bloom Nov 25 '08 at 17:18
vote up 1 vote down

Almost didn't open the question because I thought it would have been mentioned already, but FCKEditor is a great freely available WYSIWYG editor with a good team behind it.

link|flag
vote up 1 vote down

Try Free Text Box Free Text Box as well. A lot less hassle than fckeditor i've found

link|flag
I always find it amusing that complete FreeTextBox is not 'free' ;).. Anyway, FreeTextBox is a good choice! – Arcturus Nov 21 '08 at 14:31
vote up 0 vote down

Not sure what budget you're working with, but it might be worth taking a look at Dreamweaver CS3+. It has support for ASP.NET and its WYSIWYG is quite good.

link|flag
heh - dude, that's not what he ment. he ment a WYSIWIG editor which he can embed inside a webpage .. not a program to make webpages. – Pure.Krome Nov 21 '08 at 13:34
oh heh. my bad. i guess thats what happens when you try to answer a question pre-coffee – Jason Miesionczek Nov 21 '08 at 14:45
vote up 1 vote down

TinyMCE - besides beeing configurable and extendable, it's quite nice to integrate with asp.net (or any other web framework) since it's just javascript over a textarea

link|flag

Your Answer

Get an OpenID
or

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