cuteeditor not support the codebehind to set value of AjaxMethod? I thought cuteeditor should provide the refresh or reload function?

  •  07-20-2009, 11:13 AM

    cuteeditor not support the codebehind to set value of AjaxMethod? I thought cuteeditor should provide the refresh or reload function?

         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!
View Complete Thread