if you want to change URL of the web site from Page1.aspx to Page2.aspx use Response.Redirect("Page2.aspx"); otherwise use Server.Transfer("Page2.aspx");
which method is used to post a web page to another web page?