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