Select from following answers:- Server.Transfer
- Server.Execute
- Response.Redirect
- All Above
Server.Transfer begins processing the specified page without communicating that change to the client.
Response.Redirect sends a message back to the client requesting that the client submit a second request with a different URL.
Show Correct Answer
Source: Microsoft Press book | |
Alert Moderator