What is difference between TransferRequest and Transfer method?

 Posted by Bhakti on 11/19/2009 | Category: ASP.NET Interview questions | Views: 6858
Answer:

Transfer: Terminates execution of the current page and starts execution of provided URL.
TransferRequest: Performs an asynchronous execution of the provided URL.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response