Interview Questions

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

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

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

The method that transfers ASP.NET execution to another page, but returns to the original page when it is done is
* Server.Transfer()
* Server.Redirect()
* Server.Execute()
* Server.Return()


Answer1:
Server.Redirect()

Answer2:
Server.Execute()

(Continued on next question...)

Other Interview Questions