tinymce get HTML code when postback
问题 I have the tinymce -control as a WYSIWYG-Editior in my asp.net page. When I have e.g. a Text in Bold, after the Postback it is shown as "<p><strong>asd</strong></p>" in the textarea instead of the bolded text. Any ideas? My code: <script type="text/javascript" src="../scripts/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init({ mode: "textareas", theme: "simple", encoding: "xml" }); </script> <textarea runat="server" id="txtareaTextActivity" name="content" cols="48"