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  >  ASP

 Print  |  
Question:  What is the difference between server.trasfer, server.execute and Response.redirect?
Is Response.trasfer is valid in ASP.




March 03, 2007 05:07:06 #2
 Prabhu Jayaraman   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between server.trasfer, ser...
 
Rashimi Answer is Right
Server.Execute -- is like sub function.. you cant return values from tht page.
Server.Transfer -- This can be done only in Local System. and when you use Server.Transfer tht url page will not be stored in history.
Reponse.redirect-- Ths is just passing the user from one page to another page.
     

 

Back To Question