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
Is .net is a language?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
What are the new 2.0 features useful for?
what will do to avoid prior case?
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....
When should I use .net core?
What is equivalent for regsvr32 exe in .net ?
What is Full trust permission set in .Net
What is the single responsibility principle?
What are .net applications?
What is meant by localization?
Explain why do we use msmq?
How will you make .NET programs work in Linux ?
Does .net supports destructors concept?
Explain the difference between asp.net & vb.net and explain architecture?