BaseValidator.CheckControlValidationProperty Method (String, String)

 

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.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Protected Sub CheckControlValidationProperty (
	name As String,
	propertyName As String
)

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
Return to top
Show: