0

anyone know? possibly a library in or code in C#

if better a jQuery would do better

BIBD
  • 15,107
  • 25
  • 85
  • 137
aherlambang
  • 14,290
  • 50
  • 150
  • 253
  • I don't know you're requirements but WYSIWYG editors could be dangerous since can destroy the look & feel for a page since allows any html input that normally don't get along with existing styles – Claudio Redi Apr 03 '10 at 23:42

4 Answers4

3

There's also CKeditor which plays nicely with jQuery. I used the older version of it (when it was called FCKEditor) on an asp.net project before and it was pretty easy to integrate. There's is also a codeplex project that wraps CKEditor into an ASP.NET control.

You can also take a look at this similar question.

Community
  • 1
  • 1
Roman
  • 19,581
  • 6
  • 68
  • 84
  • I second FCKEditor, it includes a upload/file manager for uploading images into the editor. It's easy to integrate and it's pretty much universal for any development platform! Great Product!!! – Zachary Apr 04 '10 at 06:16
1

And another... http://freetextbox.com/

mxmissile
  • 11,464
  • 3
  • 53
  • 79
0

Your phrasing is a little confusing, but if you're looking for a WYSIWYG editor to generate HTML you could look at WYMeditor.

digitaldreamer
  • 52,552
  • 5
  • 33
  • 28
0

There is fckEditor which has now been renamed to CKeditor.

There is also one that comes with the Ajax Control Toolkit.

For the best in the industry you can get Telerik controls but that will set you back about 1000 USD.

rtpHarry
  • 13,019
  • 4
  • 43
  • 64