I'm trying to do something that many people seemed seem to be have been able to do but which I was am unable to implement any solution. The TinyMCE control works pretty well in an asp.net form until you enclode enclose it with an UpdatePanel, which than break then breaks after postback. I have tied tried some fix fixes like the RegisterClientScriptBlock method, but was am still unsuccessful, I still lose the tinyMCE control after postback.
Below is a full test project (VS 2008) provided with a Control outside UpdatePanel and one inside, with a button on each to generate postback. Also in the project I have a EditorTest control which include commented code of some call calls I triedif , in case it gives anyone an ideaany ideas.
Here is are some sources for some solution solutions on the MCE forum :
AJAX
UpdatePanel
