CustomValidator::ControlPropertiesValid Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Checks the properties of the control for valid values.
Assembly: System.Web (in System.Web.dll)
The following code example demonstrates how to override the ControlPropertiesValid method in a custom server control so that it always returns the value of the visible property, as long as the ControlToValidate property of the CustomValidator control is on the page and contains validation properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: