1 write to EmailLabel
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
3195container.EmailLabel = CreateLabelLiteral(container.EmailTextBox);
3 references to EmailLabel
System.Web (3)
UI\WebControls\CreateUserWizard.cs (3)
1832LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.EmailLabel, EmailLabelText, LabelStyle, false); 3332container.EmailLabel.RenderAsLabel = true; 3334var row = CreateTwoColumnRow(container.EmailLabel, container.EmailTextBox, container.EmailRequired);