What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / raghumadhav tirunagari
server.Trnasfer will prevent round trip. it will redirect
pages which or in the same directory. NO way to pass the
query strings . Thru http context we can able to get the
previous page control values.
Response.Redirect : There is a round trip to process the
request. We can redirect to any page external / internal
other than aspx. We can pass the query string thru which we
can manage sessions.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I prevent concurrent access to my data?
What is the cli? Is it the same as the clr?
Does .NET runtime offer Deterministic Destruction or not?
How can I write my own .NET host?
Explain .net mobile events? : Microsoft dot net mobile
What is cookie less session?
Explain about the base class library provided by microsoft.net?
What is .net mobile input validation. : Microsoft dot net mobile
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Define an interrupt? : Dot net architecture
Explain difference between machine config vs. Web config : Dot net architecture
What is the difference between machine config vs. Web config : Dot net architecture
How is the using() pattern useful? What is idisposable?
Can you explain scriptmanager control?