Redirecting the Browser
Written by Eric Smith, Northstar Computer Systems LLC
Need to move to another page? Make sure you use the Response.Redirect method before you generate any output. This is because the redirect request goes into part of the HTTP header, which has to be written before the content is. If you have any HTML before the Redirect method, you'll get a runtime error and processing will stop.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 6/1/2000
|