BaseCompareValidator Constructor ()

 

Initializes a new instance of the BaseCompareValidator class.

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

protected:
BaseCompareValidator()

Because the BaseCompareValidator class is abstract, you cannot create a BaseCompareValidator object directly. This constructor is commonly called by the constructor of a derived class to initialize the properties defined in the BaseCompareValidator class.

.NET Framework
Available since 1.1
Return to top
Show: