The OnClientClick property of ASP.Net Button provides the functionality to execute the client script before sending the data to server. If you will specify any client script code for this property of Button control
The OnClientClick property of ASP.Net ImageButton provides the functionality to execute the client side script before sending the form data to the server. If you will specify any client side code for this property of ImageButton control it will be executed at the time of Click event whether it is being handled by the Click event handler or Command event handler at the server.
The OnClientClick property of ASP.Net LinkButton provides the functionality to execute the client side script before sending the form data to server. If you will specify any client end script code for this property of LinkButton control it will be executed at the time of Click event either it is handled by Click event handler or Command event handler at the server.
How do I make an onclientclick post back using jquery? asp.net
The OnClientClick property of ASP.Net Button provides the functionality to execute the client script before sending the data to server. If you will specify any client script code for this property of Button control
The OnClientClick property of ASP.Net ImageButton provides the functionality to execute the client side script before sending the form data to the server. If you will specify any client side code for this property of ImageButton control it will be executed at the time of Click event whether it is being handled by the Click event handler or Command event handler at the server.
The OnClientClick property of ASP.Net LinkButton provides the functionality to execute the client side script before sending the form data to server. If you will specify any client end script code for this property of LinkButton control it will be executed at the time of Click event either it is handled by Click event handler or Command event handler at the server.
|
|