vote up 1 vote down star
1

Duplicate

http://stackoverflow.com/questions/308685/best-asp-net-wysiwyg
http://stackoverflow.com/questions/590960/whats-the-best-wysiwyg-editor-when-using-the-asp-net-mvc-framework
http://stackoverflow.com/questions/364642/how-to-make-a-wysiwyg-section-on-a-web-page
http://stackoverflow.com/questions/65800/whats-the-best-html-wysisyg-editor-available-to-web-developers-and-why
http://stackoverflow.com/questions/5833/looking-for-wysiwyg-html-editor
http://stackoverflow.com/questions/259569/-net-text-editor-that-accepts-html-and-input-output-with-spellchecking

I am looking for an ASP.NET control that is easy to integrate for simple editing of HTML, inserting pictures, basic formatting, etc.

What component would you recommend?

flag

My mistake was, that I did not search for WYSIWYG - I searched for "asp.net html control", which did not answer my question. – Kjensen Mar 19 at 17:18

closed as exact duplicate by George Stocker, Ólafur Waage, Rich B, Adam Davis, derobert Mar 24 at 5:11

6 Answers

vote up 4 vote down check

FCKEditor, or TinyMCE. Both are pretty good.

link|flag
vote up 3 vote down

From FCKeditor page about ASP.NET Integration

It is very easy to use FCKeditor in your ASP.NET web pages

In fact it comes with an easy to use ASP.NET control.

link|flag
vote up 0 vote down

I used FreeTextBox in the past.

link|flag
vote up 0 vote down

I really like the wmd editor I´m writing in right now:)

http://wmd-editor.com/

Very good when it comes to code-examples.

link|flag
vote up 0 vote down

Depends what you think cheap is!

We've used CuteEditor from CuteSoft in the past and it's great - though prices start from $129.

We have also used TinyMCE, FreeTextBox and FckEditor - and whilst those are free, they don't come close to offering the polished features of CuteEditor.

  • HTML in source mode is tabbed and indented
  • Can edit/crop/resize images in gallery
  • Writing new toolbars is easy
  • Simple integration with ASP.NET webforms - MVC is another story

If you don't need all of this then one of the others should be fine.

link|flag
vote up 0 vote down

I am currently using FreeTextBox and works well with our asp.net application. The best part is that its free.

link|flag

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