From http://www.w3schools.com (Copyright Refsnes Data)
Complete ImageButton Control Reference
The OnClientClick property is used to sets a client side script to be run when the ImageButton control is clicked.
The script specified in this property is run by the ImageButton's event "OnClick" in addition to the predefined script.
| <asp:ImageButton OnClientClick="func" runat="server" /> |
| Attribute | Description |
|---|---|
| func | Client side script to be run when ImageButton is clicked |
ExampleThe following example runs two scripts when the ImageButton control is clicked:
Show example » |
Complete ImageButton Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)