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

Answer Posted / kishore maddineni

1) Response.redirect() is used to navigate between with in
one application, where as server.transfer() is used to
navigate between applications.
2)in Response.redirect() URL is updated, where as in
server.transfer() URL is not updated.
3)in Response.redirect() occured two round trips to the
server, where as in server.transfer() occured only only
round trip.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an anonymous method and how is it different from a lambda expression?

623


Explain how to spawn a thread?

624


Describe the Managed Execution Process

1733


What is RCW (Run time Callable Wrappers)?

2040


What is misl?

712






What is .net assembly?

673


Explain me what is .net web service?

636


Explain about .NET services?

719


What are the deferred execution and the immediate execution in linq?

632


What is Flyout Design Pattern in .NET?

746


Why you want to leave your previous company.

1685


What is shared and repeatable inheritance?

662


Explain is the jit an interpreter?

664


Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

696


State the various features present in .NET?

693