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.
