Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: gandalf


Message #1 by "Lou Feicht" <lfeicht@f...> on Mon, 15 Oct 2001 18:35:09
Is there a way to stop/trap events generated by server controls and 
gracefully stop a page?

example 
IF IsPostBack Then
  IF NOT Flag THEN
    DO NOT DO ExecuteClick
 





<asp:button ...onclick=ExecuteClick ....>

Sub ExecuteClick()
...Do something
End Sub

  Return to Index