I am creating a web based application in C# and need to have a text area for contents and it will contain html code, it can be created in this editor or pasted from word or external program.
I have tried using the HTMLEditorExtendor from the AjaxControlToolkit, but it does not work well when I paste from word into the placeholder. If I paste it, it pastes ok, but as soon as I submit and it postbacks back, the html is no longer rendered as I pasted, its all html code. I played with the Server.HtmlDecode, but that did not help or resolve the issue.
I'm hoping somebody can assist?