Guest User

Untitled

a guest
May 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. protected void btnSignOut_Click(object sender, EventArgs e)
  2. {
  3.     FormsAuthentication.SignOut();
  4.     FormsAuthentication.RedirectToLoginPage();
  5. }
Add Comment
Please, Sign In to add comment