Home »
MCQs »
ASP.Net MCQs
____is used to redirect the user's browser to another page or site
50. ____is used to redirect the user's browser to another page or site.
- Response.Redirect
- Server.Redirect
- Client.Transfer
- Server.Transfer
Answer: A) Response.Redirect
Explanation:
Response.Redirect is used to redirect the user's browser to another page or site.