1 write to ConfirmPasswordLabel
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
3176
container.
ConfirmPasswordLabel
= CreateLabelLiteral(container.ConfirmPasswordTextBox);
4 references to ConfirmPasswordLabel
System.Web (4)
UI\WebControls\CreateUserWizard.cs (4)
1805
_createUserStepContainer.
ConfirmPasswordLabel
.Text = ConfirmPasswordLabelText;
1819
LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.
ConfirmPasswordLabel
, ConfirmPasswordLabelText, LabelStyle, false);
3319
container.
ConfirmPasswordLabel
.RenderAsLabel = true;
3325
var row = CreateTwoColumnRow(container.
ConfirmPasswordLabel
, rightCellColumns.ToArray());