This topic has not yet been rated - Rate this topic

Introduction to the RangeValidator Control

Use the RangeValidator control to validate that user input falls within a specified range. Set the RangeValidator control's ControlToValidate property to the ID of the SelectionList or TextBox to validate.

ASP.NET Range Validator

Specify minimum and maximum range values by using the MinimumValue and MaximumValue properties. If the validation fails, the RangeValidator control displays the text in its ErrorMessage property.

When you add a RangeValidator control to a container control or template, the following settings are made:

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.