What is the difference between Server.Transfer and
Response.Redirect?

Answer Posted / kvnvani

Server Transfer simply tranfer execution to another page .
This doesnt require any information to be sent to the
browser that is it all occors on the server without the
users knowledge, doesnt update the client's URL history
list or current url
Response Redirect method sends HTTP information to the
browser instructing it to go to another page perform round
trip back to the client when the client's browser is
redirected to the new page.The user's browser history list
is updated to reflect the new address.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of web.config and machine.config files?

733


what is command line compiler.what are the steps and how it is related to debugging.

1498


To get the values in two different controls to match which control you use it?

650


What are the ways to sending the data in ASP.NET page?

659


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

623






What do you mean by marshalbyref?

740


Is asp.net core faster?

634


What is loop in asp.net?

689


What is the use of session?

601


What is the use of response redirect in asp.net?

664


What is razor? : asp.net mvc

645


Can action method static?

638


What are the differences between primary foreign and unique keys?

624


Is sql backend or frontend?

644


What is the difference between viewstate and hidden field in asp.net?

578