What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / vishal jani
Nitya u r wrong , in server.transfer is reliable then
response.redirect ,server.transfer will not create any
cookie and it will take u on the requested page directly and
taking less time then response.redirect.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you handle server controls?
What is the base class from which web forms are inherited?
What is scope of an application variable in asp.net?
What are the media types of http requests and response?
What is the difference between a multi-layer and multi-tier applications?
What are the event handlers that we can have in global.asax file?
What is difference Between Authentication and authorization?
Why do we need asp.net?
How ViewstateMac works?
What is asp.net futures?
What are session and cookies?
What parameters can you pass in the url of the api? Can get and post use the same url?
How to send a DataReader as a parameter to a remote client ?
Explain how can we access static variable?
Explain the difference between an exe and a dll?