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 are the different types of Classes in .NET?
what is dotnet architecture? can anyone explain that.
What is .net core used for?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
How big is the datatype int in .net?
When we use windows api in .net is it managed or unmanaged code?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is SOAP? How you will do windows and forms authentication?
What is 'Common Type System' (CTS) in .NET?
How can you instantiate a tuple?
Explain the different parts of an assembly?
What is a windows process in .net?
How do you create threading in.net?
What is a web service in .net?
What are the new thee features of com+ services, which are not there in com (mts)?