Select from following answers:- Response.Redirect
- Server.Transfer
- Server.Execute
- None of these
- All Above
Response.Redirect method is used to visit site other than URL within the Application.
For Example:-
Response.Redirect("http://www.dotnetfunda.com");
Response.Redirect("http://www.yahoo.com");
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator