ASP.NET ValidationGroup Property
Complete ImageButton Control Reference
Definition and Usage
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.
Syntax
|
<asp:ImageButton ValidationGroup="group" runat="server" /> |
| Attribute |
Description |
| group |
The validation group to validate. |
Example
The following example validates the specific validation group:
<asp:textbox id="tb1" runat=Server />
<asp:requiredfieldvalidator id="ReqField1" controltovalidate="tb1"
validationgroup="valGroup1" errormessage="Required" runat=Server />
<asp:ImageButton id="Button2" causesvalidation=true
validationgroup="valGroup2" ImageUrl="img.gif" runat=Server />
|
Show example »
|
Complete ImageButton Control Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|