3 writes to Question
System.Web (3)
UI\WebControls\PasswordRecovery.cs (3)
1161Question = user.PasswordQuestion; 1234Question = user.PasswordQuestion; 1521Question = user.PasswordQuestion;
6 references to Question
System.Web (6)
UI\WebControls\PasswordRecovery.cs (6)
1162if (String.IsNullOrEmpty(Question)) { 1235if (String.IsNullOrEmpty(Question)) { 1517if (String.IsNullOrEmpty(Question)) { 1522if (String.IsNullOrEmpty(Question)) { 1754question.Text = HttpUtility.HtmlEncode(Question); 1845if (Question.Length > 0) {