how to perform log out task in web page in different forms
protected void Logout_click(object sender, EventArgs e) { FormsAuthentication.SignOut(); Response.Redirect("~/Logout.aspx"); }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.