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 css in asp.net?
How do I use a proxy server when invoking a web service?
What is the difference between session object and application object?
Explain about consistent programming model in the .NET framework?
What parameters can you pass in the url of the api?
What is the base class from which web forms are inherited?
What is the significance of ASP.NET routing?
How many types of sessions are there in asp net?
How do you remove duplicates without using remove duplicate stage?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Which tool you have done?
Where do we store our connection string in asp.net application?
What is a windows service?
Which authentication uses a combination of windows and iis authentication?
Explain the path instructions in xaml?