J
Jeff
I need to intercept the Click event of a asp:Button on the client side
so that i can disable it after they've clicked it... HOW can i do
this??
I was thinking of making the button an HTML button and handling the
__doPostback myself... BUT, my page does have some asp:Validator
controls on it, so I don't know how to mimic the logic for calling the
validation functions properly.
Is there ANY way i can make the asp:Button call some of MY Javascript
before it calls the .Net validation/postback stuff??
jeffpriz
so that i can disable it after they've clicked it... HOW can i do
this??
I was thinking of making the button an HTML button and handling the
__doPostback myself... BUT, my page does have some asp:Validator
controls on it, so I don't know how to mimic the logic for calling the
validation functions properly.
Is there ANY way i can make the asp:Button call some of MY Javascript
before it calls the .Net validation/postback stuff??
jeffpriz