Example #1
0
 protected void lnkSair_Click(object sender, EventArgs e)
 {
     FormsAuthenticationUtil.SignOut();
     Response.Redirect("~/Login.aspx");
 }