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

Q

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

✍: Guest

A

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()

2014-06-18, 2071👍, 0💬