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
what is polymorphism and advantage ?
how we can fire event in databound column in datagrid without using button?
How resource files are used in .net?
Explain about microsoft visual studio?
I want to create a project like google maps how can we do that with atlas?
Define cache? : Dot net architecture
What is WPF and WCF?
What is difference between Desktop, Client Server & Web based applications?
What is new in the .net 2.0 class library?
what is sessions and cookies take one example simple way to understand
Waht is Dot net Arcitecture
Explain different pipelining hazards? : Dot net architecture
how to set the startup position of the form?
what is the method while we are using adapter and dataset ?
what is diffrent beatween localprinter and networkprinter