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 the extension of master page in asp.net?

562


Is asp.net and .net same?

562


When does a session actually start?

583


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

607


Where would you use an ihttpmodule, and what are the limitations if any?

545






What is the adavantage of using ASP.NET routing?

659


Why mvc is better than asp.net? : Asp.Net MVC

481


List the events in page life cycle.

562


Explain About WebService

668


Define dll hell?

644


Define view state.

560


What is the difference between user control an custom control?

627


Which asp.net objects encapsulate the state of the client and the browser?

587


When we use cookie less session? Explain its working?

575


What does asp.net stand for?

548