CheckControlValidationProperty Method

Checks whether the specified control to be validated has a property that can be validated.

protected void CheckControlValidationProperty(
   string name,
   string propertyName
)

Parameters

  • name
    The name of the control that has a property to be validated.
  • propertyName
    The name of the property that is to be validated.

See Also

Applies to: BaseValidator Class