What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?

Answer Posted / rao

server.transfer is transfer to with in the application
pages.but responce.redirect can transfer to any page.
ex
response.redirect("www.google.com");
it is not work for server.transfer.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a uri query?

546


What is the difference between Session and response.Redirect?

608


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

544


What are the types of validation in asp net?

539


What is asp net objects?

515






Explain transparent caching with aop?

514


How to handle errors in Web API?

615


Differentiate between client-side and server-side validations in web pages.

551


What is session authentication?

522


What is the difference between file-based dependency and key-based dependency?

560


Describe session handling in a webfarm, how does it work and what are the limits?

576


What is a web farm?

586


Explain the different types of directives in .net?

511


What is application and session in asp.net?

528


Does asp.net still recognize the global.asa file?

547