you can do that by using session or by sending data as paramter in the request 1-in first page Session["Name"]=; Session["ID"]=; 2- in other page string x=Session["Name"].ToString(); other Soluation 1- in first page Response.redirect("Default2.aspx?Name="++"&id="+); 2-in last Page request.Get("Name"); request.Get("ID");
M
mahmoud mohammed mansor
@mahmoud mohammed mansor