1 write to UserNameLabel
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
3174container.UserNameLabel = CreateLabelLiteral(container.UserNameTextBox);
4 references to UserNameLabel
System.Web (4)
UI\WebControls\CreateUserWizard.cs (4)
1796_createUserStepContainer.UserNameLabel.Text = UserNameLabelText; 1817LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.UserNameLabel, UserNameLabelText, LabelStyle, false); 3284container.UserNameLabel.RenderAsLabel = true; 3286var row = CreateTwoColumnRow(container.UserNameLabel, container.UserNameTextBox, container.UserNameRequired);