Re: Not catching the postback event ?

  •  05-25-2005, 3:41 AM

    Re: Not catching the postback event ?

    I got the same lost postback event problem but I was using
    Editor1.AutoConfigure = CuteEditor.AutoConfigure.Full_noform
     
    In my page_load event
     
    The fix worked ok but you need to use InsertForm instead of Form to get rid of the Form icon from the toolbar
View Complete Thread