You are on page 1of 1

using using using using using using

System; System.Collections.Generic; System.Linq; System.Web; System.Web.UI; System.Web.UI.WebControls;

public partial class Customer : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { } protected void lnkLogout_Click(object sender, EventArgs e) { Session["Type"] = null; Session["ID"] = null; Session["id"] = null; Session["CustomerId"] = null; Response.Redirect("Login.aspx"); } }

You might also like