DynamicValidator.ControlPropertiesValid Method ()
.NET Framework (current version)
Indicates whether the properties of the specified DynamicValidator control are valid.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Return Value
Type: System.Booleantrue, if the properties of the specified validation control are valid; otherwise, false.
This method is overridden from the base class. The call to the base class fails if the control you try to validate does not have a validation property. For example if the control is a GridView, the base class will fail.
.NET Framework
Available since 3.5
Available since 3.5
Show: