The OnClientClick property is used to sets a client side script to be run when the Button control is clicked.
I have the following code: <script language="javascript" type="text/javascript"> function readCookie(name) { var nameEQ = name + "="; var …
c# asp.net onclick onclientclick