Redirect vs Transfer
-
hi, umm what is the difference between server.transfer and response.redirect in what situation we would rather use redirect than server and vice versa ? Thanks... Regards...
-
hi, umm what is the difference between server.transfer and response.redirect in what situation we would rather use redirect than server and vice versa ? Thanks... Regards...
atarikg wrote:
umm what is the difference between server.transfer and response.redirect
The Server.Transfer will just continue with execution of the new file, sending output to the same Response object. This means that the url of the page will not change. A Response.Redirect will create a redirection page that is sent to the browser. The browser will then request the new page from the server.
--- single minded; short sighted; long gone;