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!

RegularExpressionValidator Class

The RegularExpressionValidator control. Determines if a control is valid by using a regular expression match.

Object
   Control
      WebControl
         Label
            BaseValidator
               RegularExpressionValidator

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

RegularExpressionValidator Members | System.Web.UI.WebControls Namespace