protected void final_Click(object sender, EventArgs e){Session["total"] = lbltot.Text.ToString();Response.Redirect("card.aspx"); }
by clicking on submit in card.aspx
protected void submit_Click(object sender, EventArgs e){Session["cno"] = cno.Text.ToString();Session["pwd"] = pwd.Text.ToString();Response.Redirect("balance.aspx");}
<form>