ViewState["ViewstateName"]="UserName"; // Store TextBox1.Text=ViewState["ViewstateName"].ToString(); //Retrieve
Session["SessionName"]="UserName"; //Store TextBox1.Text=Session["SessionName"].ToString(); // Retrieve
Login to post response