What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / kvnvani
Server Transfer simply tranfer execution to another page .
This doesnt require any information to be sent to the
browser that is it all occors on the server without the
users knowledge, doesnt update the client's URL history
list or current url
Response Redirect method sends HTTP information to the
browser instructing it to go to another page perform round
trip back to the client when the client's browser is
redirected to the new page.The user's browser history list
is updated to reflect the new address.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of web.config and machine.config files?
what is command line compiler.what are the steps and how it is related to debugging.
To get the values in two different controls to match which control you use it?
What are the ways to sending the data in ASP.NET page?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What do you mean by marshalbyref?
Is asp.net core faster?
What is loop in asp.net?
What is the use of session?
What is the use of response redirect in asp.net?
What is razor? : asp.net mvc
Can action method static?
What are the differences between primary foreign and unique keys?
Is sql backend or frontend?
What is the difference between viewstate and hidden field in asp.net?