|
I need a control that does a few things:
1) It is for WinForms 2) It will serve as an enhanced textbox 3) It allows for text and images to be added to it 4) There is a way to grab the text box's data as html (with lowercase tags). 5) If possible it is xhtml / html 4 standards compliant.
I need a simple WYSIWYG HTML editor control for my
C# 2005 application. It needs to be able to support images (drag and
drop and runtime insertion) along with simple text editing support. It
needs to be like a WYSIWYG editor where the acual image shows up not
the html tags, and the same with text. I am aware that there are like
101 different controls like this. I would just like some
reccomendations on the best bang for my buck. Whats the most standards
compliant, easiest to use, most stable WYSIWYG component for C# 2.0?
Basically, I just want the user to be able to type text and place
images. When the time comes, I need to be able to grab that information
as html for storage.
|