ASP.NET 1.1

  • Thread starter Thread starter Robert E. Flaherty
  • Start date Start date
R

Robert E. Flaherty

On a PostBack, how can I assure the that the button initialiating the
postback will have its click event execute. I have an ASP page in which at
least one of the page's button's click event is not executing on a postback.
 
Perhaps the event handler is not hooked to the button's click event?

On a PostBack, how can I assure the that the button initialiating the
postback will have its click event execute. I have an ASP page in which at
least one of the page's button's click event is not executing on a postback.
 
Back
Top