G
Guest
I am writing a control and want to handle an OnClick event on the client-side
before then conforming to the postback mechanism. I have got the server-side
events working for my OnClick event by adding to the rendered element's
OnClick handler using GetPostBackEventReference. How can I provide a
client-side onclick handler and then to use the aspnet form submit method
such that I can also subscribe to the server-side events too?
before then conforming to the postback mechanism. I have got the server-side
events working for my OnClick event by adding to the rendered element's
OnClick handler using GetPostBackEventReference. How can I provide a
client-side onclick handler and then to use the aspnet form submit method
such that I can also subscribe to the server-side events too?