From http://www.w3schools.com (Copyright Refsnes Data)
Complete ImageButton Control Reference
The ValidationGroup property specifies which group of controls is validated on validation.
This property is mostly used when there are several buttons in a form.
| <asp:ImageButton ValidationGroup="group" runat="server" /> |
| Attribute | Description |
|---|---|
| group | The validation group to validate. |
ExampleThe following example validates the specific validation group:
Show example » |
Complete ImageButton Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)