What is the difference between Server.Transfer and
Response.Redirect?

Answer Posted / siddhu

Server.Transfer transfers the currnet context of the page to
the next page and also avoids double roundtrips. Whereas
Response.Redirect could only pass querystring and also
requires roundtrip.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me the code snippet to show how we can return 404 errors from HttpError?

782


Does google crawl redirects?

514


What are sessions in asp net?

518


What is the difference between page-level caching and fragment caching?

527


What is repository pattern in mvc.net? : asp.net mvc

522






Which is faster viewbag or viewdata?

554


Name some asp objects?

542


What is the full form of asp.net?

529


Define asp.net caching?

532


What is the use of service provider?

586


A Web Service Can Only Be Written In .net. Is it True??

635


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1507


What is the difference between table and query?

541


Can we have a web application running without web.config file?

521


Explain the difference between debug.write and trace.write? When should each be used?

553