NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RangeValidator Class

The RangeValidator control. Determines if the control's value lies between two other controls or values.

Object
   Control
      WebControl
         Label
            BaseValidator
               RangeValidator

[Visual Basic]
Public Class RangeValidator
   Inherits BaseValidator
[C#]
public class RangeValidator : BaseValidator
[C++]
public __gc class RangeValidator : public BaseValidator
[JScript]
public class RangeValidator extends BaseValidator

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

RangeValidator Members | System.Web.UI.WebControls Namespace