Server.Execute
--------------
The Server.Execute function accepts a URL parameter, stops execution of the current page (where the call to the function is made), and transfers the current environment to the new page. When that new page finishes execution, then control returns to the calling page just after where the Server.Execute was called
Server.Transfer
---------------
Terminates execution of the current page and begins execution of a new page for the current request.
--------------
The Server.Execute function accepts a URL parameter, stops execution of the current page (where the call to the function is made), and transfers the current environment to the new page. When that new page finishes execution, then control returns to the calling page just after where the Server.Execute was called
Server.Transfer
---------------
Terminates execution of the current page and begins execution of a new page for the current request.
Comments