const string passwordQuestion = "What is your favorite color"; protected void Page_Load(object sender, EventArgs e) {      if (!Page.IsPostBack)           SecurityQuestion.Text = passwordQuestion; }