protected void Page_Load(object sender, EventArgs e)
    {
        if (Session["id"] == null)
        {
            Response.Redirect("Default2.aspx");
        }
        Label1.Text = Session["id"].ToString();
    }
    protected void Button1_Click(object sender, EventArgs e)
    {
        Session.Abandon();
    }
 
 
 
It's working fine
ReplyDeleteThanx
It's fantastic
ReplyDeletei like your blog,plz upload daily with better think
ReplyDelete