What is difference between Server.transfer and
Response.redirect ?
Answer Posted / kiran kumar
Server.Transfer: - This redirects the client with in the
same application ie, from one ASP page to other ASP page
with in the application. This will not update the history.
Response.Redirect: - This redirects the client to the other
URL ie, from one ASP page to other applications page. This
will update the history.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers