I have a code save the cuteeditor.Text to sql database. I need to retrive the context from DB to show in the cuteeditor(for modify the context) when I opened the details window. I implement the function by codebehind mode and not javascript(setHtml()). But the context not show at all. For example:
[AjaxMethod]
public void showDetail()
{
this.editor1.Text = article.Context; //article was a object
}
I need your help!
Thanks!