What is difference between Server.Transfer and Response.Redirect in ASP.NET?
ankit khurana
'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.