I like to do it this way:
Response.Write("<script>window.open('"myPage.aspx? d=" + firstparam +&y="+secondparam +"','_new');</script>");
and i recieve it in the second it page using this code:
string strParam1 = Request.QueryString["d"];
string strParam2 = Request.QueryString["m"];
Nothing is impossible. The impossible only takes longer. "Digital Fortress, Dan Brown"
|