C# Class Rock.Web.UI.Controls.HiddenFieldValidator

from http://stackoverflow.com/questions/6607984/asprequiredfieldvalidator-does-not-validate-hidden-fields
Inheritance: System.Web.UI.WebControls.RequiredFieldValidator
Show file Open project: NewSpring/Rock Class Usage Examples

Protected Methods

Method Description
ControlPropertiesValid ( ) : bool

Determines whether the control specified by the P:System.Web.UI.WebControls.BaseValidator.ControlToValidate property is a valid control.

Method Details

ControlPropertiesValid() protected method

Determines whether the control specified by the P:System.Web.UI.WebControls.BaseValidator.ControlToValidate property is a valid control.
protected ControlPropertiesValid ( ) : bool
return bool