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 explain what is immutability, what is it for and how is it codified?
How do I spawn a thread?
How to manage pagination in a page using .net?
Explain the garbage collection process?
What does cil do?
Please tell us what is the difference between override and overload in a method?
What are the important components of .net?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is new in .net core?
What are the types of jit?
What is deferred execution vs. Immediate execution in linq?
How boxing and unboxing occures in memory?
What is typical about a windows process in regards to memory allocation in .net?
What is the difference between vb.net and vc#.net?
What is the difference between task and thread in .net?