RangeValidator::ControlPropertiesValid Method ()
.NET Framework (current version)
Determines whether the properties to be validated are valid. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Return Value
Type: System::Booleantrue if the MinimumValue and MaximumValue properties have valid values; otherwise false.
| Exception | Condition |
|---|---|
| ArgumentException | Either the MinimumValue or MaximumValue properties have invalid types, -or- the MinimumValue is larger than MaximumValue. |
.NET Framework
Available since 1.1
Available since 1.1
BaseValidator
CompareValidator
RangeValidator Class
System.Web.UI.MobileControls Namespace
Introduction to the RangeValidator Control
Show: