ValidatorCollection.Remove Method (IValidator)

 

Removes the specified validation server control from the page's ValidatorCollection collection.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member Remove : 
        validator:IValidator -> unit

Parameters

validator
Type: System.Web.UI.IValidator

The validation server control to remove from the collection.

The following code example demonstrates how to use the Remove method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: