views:

300

answers:

1

I am working with MVC 1, and the CKEditor. I am integrating ajax forms which work great, but the editor window disappears after the ajax post. In webforms, I would have to not use ajax, or use a postback trigger. Is there a way to reload the editor on the ajax submission?

Any help is appreciated.

A: 

use ScriptManager.RegisterStartupScript to execute javascript via AJAX postback

Mark Entingh
MVC, not webforms. Not using Microsoft Ajax.
Dustin Laine