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