Home »
MCQs »
ASP.Net MCQs
In ____ page processing transfers from one page to the other page without making a round-trip back to the client's browser
49. In ____ page processing transfers from one page to the other page without making a round-trip back to the client's browser.
- Response.Redirect
- Server.Redirect
- Client.Transfer
- Server.Transfer
Answer: D) Server.Transfer
Explanation:
In Server.Transfer page processing transfers from one page to the other page without making a round-trip back to the client's browser.