The method that transfers ASP.NET execution to another page, but returns to the original page when it is done is

 Posted by Puneet20884 on 1/15/2010 | Category: ASP.NET Interview questions | Views: 11839
Select from following answers:
  1. Server.Transfer()
  2. Server.Redirect()
  3. Server.Execute()
  4. Server.Return()
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Nandakumarpb on: 8/20/2010 | Points: 10
Hi Puneet,

What is Server.Return ?.. Can you give any reference link for this command in asp.net. As far as my knowledge the Answer is Server.Execute.

Can you veryfy and correct this ?

Login to post response