GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ADO.NET 2.0

 Print  |  
Question:  What is the difference between server.transfer and response.redirect



February 02, 2008 20:05:15 #2
 amitkumar316   Member Since: February 2008    Total Comments: 6 

RE: What is the difference between server.transfer and response.redirect
 
  • Server.Transfer is for intra-site communication where as Response.Redirect is for inter-site communtication.
  • Response.Redirect is slow as compared to Server.Transfer
  • User knows about the redirection of page in Response.Redirect as the URL changes but it is not so in Server.Transfer.
     

 

Back To Question