What is the difference between Server.Transfer and response.redirect ?
Server.Transfer is used when redirecting the webpage with in the same application whereas Response. Redirect is applicable towards the redirection of webpage between 2 applications
and Given your opinion??????
|