The ValidationGroup in asp.net 2.0

Source: Internet
Author: User
Asp.net|asp.net in ASP.net 1.1, for validation class controls, when used, it is cumbersome to encounter some controls that do not need to be validated, that is, there is no choice to validate certain controls, and in ASP.net 2.0, The newly added ValidationGroup property allows you to specify that some controls be validated, as shown in the following example:



<body>

<form runat= "Server" >

<asp:textbox id= "TextBox1" runat= "Server"/>

<asp:requiredfieldvalidator validationgroup= "Group1"

Errortext= "Need to Fill in value!"

Controltovalidate= "TextBox1"

runat= "Server"/>



<asp:textbox id= "TextBox2" runat= "Server"/>

<asp:requiredfieldvalidator validationgroup= "Group2"

Errortext= "Need to Fill in value!"

Controltovalidate= "TextBox2"

runat= "Server"/>



<asp:button text= "Group1" validationgroup= "Group1" runat= "Server"/>

<asp:button text= "Group2" validationgroup= "Group2" runat= "Server"/>

</form>

</body>





Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.