ASP. NET-how to: Verify the ASP. NET Server control against the value range

Source: Internet
Author: User

You can use ASP. NET rangevalidator Controls whether user input is within a specific value range, for example, between two numbers, two dates, or letter characters. You can set the upper and lower limits of the value range Rangevalidator Controls. You must also specify the Data Type of the value to be verified by the control. If the user input cannot be converted to the specified data type, for example, cannot be converted to a date, verification will fail.

1, SetRangevalidatorAdd the control to the page and set the following attributes:

attribute

description

controltovalidate

id .

errormessage , text , display

Some attributes are used to specify the text content and position of errors displayed when the user skips the control.

 

2 , use minimumvalue and maximumvalue attribute Set the upper and lower limits of the range.

3 , set type attribute specifies the data type set by the range. Use validationdatatype enumeration to specify the following types:

String , Integer , Double , Date , Currency

Note: If you leave the control blank, the control passes range verification. To force the user to enter a value, addRequiredfieldvalidatorControl.

 

4InASP. NETWebpageCodeTo check validity.

 

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.