3 writes to ControlToCompare
System.Web (2)
UI\WebControls\ChangePassword.cs (1)
2917
compareValidator.
ControlToCompare
= _newPasswordID;
UI\WebControls\CreateUserWizard.cs (1)
3225
ControlToCompare
= _passwordID,
System.Web.Mobile (1)
UI\MobileControls\CompareValidator.cs (1)
73
_webCompareValidator.
ControlToCompare
= value;
9 references to ControlToCompare
System.Web (8)
UI\WebControls\CompareValidator.cs (8)
103
if (
ControlToCompare
.Length > 0) {
104
string controlToCompareID = GetControlRenderID(
ControlToCompare
);
130
if (
ControlToCompare
.Length > 0) {
131
CheckControlValidationProperty(
ControlToCompare
, "ControlToCompare");
133
if (StringUtil.EqualsIgnoreCase(ControlToValidate,
ControlToCompare
)) {
136
ControlToCompare
));
184
if (
ControlToCompare
.Length > 0) {
185
rightText = GetControlValidationValue(
ControlToCompare
);
System.Web.Mobile (1)
UI\MobileControls\CompareValidator.cs (1)
69
return _webCompareValidator.
ControlToCompare
;