SyntaxFix
Write A Post
Hire A Developer
Questions
Response.Redirect simply sends a message (HTTP 302) down to the browser.
Response.Redirect
Server.Transfer happens without the browser knowing anything, the browser request a page, but the server returns the content of another.
Server.Transfer