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 parallel computing?
Is .net easier than java?
So what exactly is the configuration file for then?
What is MS chart control in visual studio?
where should I put this information then?
HttpHendler and HttpModules
How can we perform data binding in atlas?
Use of Enable view state ? if turn off what happen ?
how to change the application name?
What actually happes when you add a something to arraylistcollection ?
What is .net viewstate?
Explain about the base class library provided by microsoft.net?
I can't be bothered with cas. Can I turn it off?
Are there any third party logging components available?
What is the mesi? : Dot net architecture