When we use the ASP.NET to develop webpage programs, we sometimes use the pages that turn to the specified page, we can implement them in the following ways: (1). Response.Redirect ("Webform1.aspx) 'VB.NET syntax will page Turn to Webform1.aspx Response.Redirect ("Webform1.aspx); // C # Syntax (2). Server.Transfer (" WebForm2.aspx ") 'VB.NET syntax turned the page to Webform2.aspx Server.Transfer (" Webform2. aspx "); // C # syntax