What is the difference between response.redirect and
server.transfer, how to choose one among the other?

Answer Posted / richa

Server.transfer transfer the page processing from one page
to another page without making a round trip back to the
client where as response.redirect redirect to another URL
and it make a round trip back to the client.

Response.Redirect can be used to redirect to external web
sites where as the Server.Transfer can be used only to
transfer to other pages of the same web site.

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a response cookie?

606


What is difference between cookies and cache?

514


Describe state management in asp.net?

548


Explain about ASP.NET?

628


Should I delete cookies?

493






How do you hide the columns?

590


Explain a program using code nuggets to create a simple application? : asp.net mvc

508


What is a server cookie?

495


How does ASP.NET framework maps client side events to Server side events.?

543


Explain server-side scripting?

568


How to implement Authentication and Authorization?

562


Describe the events in the life cycle of a web application.

596


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

595


How will you do Redo and Undo in a TextControl?

664


Which class is used to send an email message from an ASP.NET Web page?

536