write this code in response page
"Response.Redirect(string.Format(default.aspx?id={0}",id), true);
Write this code in secound page
string id=Request.QueryString["id"];
u will get the id in string format otherwise store it in session
If It Helps Click It as Answer