3 references to QuestionInternal
System.Web (3)
UI\WebControls\CreateUserWizard.cs (3)
1780
if (!String.IsNullOrEmpty(
QuestionInternal
)) {
1783
questionTextBox.Text =
QuestionInternal
;
2118
provider.CreateUser(UserNameInternal, PasswordInternal, EmailInternal,
QuestionInternal
, AnswerInternal, !DisableCreatedUser /*isApproved*/, null, out status);