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
What is an anonymous method and how is it different from a lambda expression?
Explain how to spawn a thread?
Describe the Managed Execution Process
What is RCW (Run time Callable Wrappers)?
What is misl?
What is .net assembly?
Explain me what is .net web service?
Explain about .NET services?
What are the deferred execution and the immediate execution in linq?
What is Flyout Design Pattern in .NET?
Why you want to leave your previous company.
What is shared and repeatable inheritance?
Explain is the jit an interpreter?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
State the various features present in .NET?