Exemple #1
0
 protected void btnResetPassword_Click(object sender, EventArgs e)
 {
     if (LoginBLL.resetPassword(SessionClass.getUserEmail(), txtPassword.Text))
     {
         Response.Redirect("../../Default.aspx");
     }
 }