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 multiThreading in .NET?
What are data types in .NET?
Can you create instance of a class which has private constructor?
What is Complex Class in .NET?
Should I implement finalize on my class? Should I implement idisposable?
How to convert a .NET object into COM operabililty?
Describe the use of following com+ services jit activation, queued components, object pooling.?
What is deferred execution vs. Immediate execution in linq?
How to manage pagination in a page using .net?
How do you instantiate a complex number?
Tell us what is json data, and what is one way that .net developers can work with json?
How can you instantiate a tuple?
What is the difference between asp.net & vb.net and explain architecture?
Is .net core the future?
What are the important components of .net?