JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Redirecting to Another Form

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")
Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor