BaseValidator::CheckControlValidationProperty Method (String^, String^)
.NET Framework (current version)
Determines whether the specified control to be validated has a property that can be validated. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- name
-
Type:
System::String^
The name of the control that has a property to be validated.
- propertyName
-
Type:
System::String^
The name of the property that is to be validated.
| Exception | Condition |
|---|---|
| ArgumentException | either the name or propertyName parameters is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: