W3Schools.com

Button ValidationGroup Property


Button Control Button Control

Definition and Usage

The ValidationGroup property specifies which group of control is validated on validation.

This property is mostly used when there are several buttons in a form.

Syntax

<asp:Button ValidationGroup="group" runat="server" />

Attribute Description
ValidationGroup The group of controls to validate


Example

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:button id="Button2" text="Validate" causesvalidation="True"
validationgroup="valGroup2" runat="server" />

Show example »


Button Control Button Control
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE