Microsoft Exam Questions

Select "No change is needed” if the underlined text makes the statement correct.

This question requires that you evaluate the underlined text to determine if it is correct.
The Response.Redirect method is used to transfer processing of the current page to a new
page, and then return processing back to the calling page once processing of the new page
has completed.
Select the correct answer if the underlined text does not make the statement correct. Select
“No change is needed” if the underlined text makes the statement correct.

A.
No change is needed

B.
Server.Transfer method

C.
Server.Execute method

D.
meta http-equiv=”refresh” tag

Explanation: