7 references to GetControlValidationValue
System.Web (6)
UI\WebControls\CompareValidator.cs (2)
166string leftText = GetControlValidationValue(ControlToValidate); 185rightText = GetControlValidationValue(ControlToCompare);
UI\WebControls\CustomValidator.cs (1)
132controlValue = GetControlValidationValue(controlToValidate);
UI\WebControls\RangeValidator.cs (1)
109string text = GetControlValidationValue(ControlToValidate);
UI\WebControls\RegularExpressionValidator.cs (1)
84string controlValue = GetControlValidationValue(ControlToValidate);
UI\WebControls\RequiredFieldValidator.cs (1)
69string controlValue = GetControlValidationValue(ControlToValidate);
System.Web.DynamicData (1)
DynamicData\DynamicValidator.cs (1)
106string controlValue = GetControlValidationValue(ControlToValidate);