I am having several problems with the ajax htmleditorextender. First of all, if I set enablesanitization to true all my data is gone when I go to write out the data I loaded into the textbox. Secondly, if I turn off enablesanitization, the program turns all my html code into ascii code so that when I read the saved code back into my textbox, it shows native html code rather than the interpreted code. Lastly, if I read in an html file that contains POSITION: absolute in the style section it places the code into its absolute position outside the textbox.
I would appreciate any replies to these questions. I am especially curious as to why all my data is gone when I go to write out my output from the textbox when enablesanitization is true.