Events do not fire ...or appear not to help.

  •  12-02-2005, 3:56 AM

    Events do not fire ...or appear not to help.



    I am useing vb.net in debug mode with a cuteeditor control on my web form (more specifically it is  asp.net custom user control and the editor control is part of this custom user control. The custom user control is on a web form.). There is a  a break point configured in the "editor1_postbackcommand" event. This event never seems to fire....It used too...but now it is not.
     
    I'm trying to trap the default save button. But can not get to ground zero anymore without the event firing.
     
    I am able to work around it  for now by also placing a submit button on the custom user control and using the  editor1.saveFile method. However it is desirable to be able to control the editor through its on post commands.
     
    Can anyone offer any guidence on thing to check to insure that the editor1_postbackcommand fires.
     
     cheers,
     
    tim
View Complete Thread