1 write to QuestionLabel
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
3245container.QuestionLabel = CreateLabelLiteral(container.QuestionTextBox);
3 references to QuestionLabel
System.Web (3)
UI\WebControls\CreateUserWizard.cs (3)
1862LoginUtil.ApplyStyleToLiteral(_createUserStepContainer.QuestionLabel, QuestionLabelText, LabelStyle, false); 3341container.QuestionLabel.RenderAsLabel = true; 3343var row = CreateTwoColumnRow(container.QuestionLabel, container.QuestionTextBox, container.QuestionRequired);