show/hide this revision's text 2 grammatical fixes

How to make work TinyMCE work inside an UpdatePanel?

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.

CODE SAMPLE

Here is are some sources for some solution solutions on the MCE forum :
AJAX
UpdatePanel

show/hide this revision's text 1

How to make work TinyMCE inside an UpdatePanel?

I'm trying to do something that many people seemed to be able to do but which I was unable to implement any solution. The TinyMCE control works pretty well in an asp.net form until you enclode it with an UpdatePanel which than break after postback. I have tied some fix like the RegisterClientScriptBlock method, but was 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 each to generate postback. Also in the project I have a EditorTest control which include commented code of some call I tried if it gives anyone an idea.

CODE SAMPLE

Here is some sources for some solution on the forum :
AJAX
UpdatePanel