aspx_professional thread: gandalf
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
|





