![]() ![]() | ||
You may want to redirect users from one Web forms page to another, if, for example, you are upgrading a page and don't want to display it. To redirect users to another page, you add a line of code to a Web application, for example in the Page_Load event handler:
Response.Redirect("http://www.starpowder.com/steve.html")
![]() ![]() | ||