2
Reply

What is difference between Server.Transfer and Response.Redirect in ASP.NET?

ankit khurana

ankit khurana

12y
1.4k
0
Reply

    'Response.Redirect' sends message to the browser to say,move on other page,while 'Server.Transfer' does'nt send any message to the browser but rather redirects the user directly from server.

    'Response.Redirect' sends message to the browser to say,move on other page,while 'Server.Transfer' does'nt send any message to the browser but rather redirects the user directly from server.