This documentation is archived and is not being maintained.
DynamicValidator::ControlPropertiesValid Method
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: