A.Use the Server.Transfer method to transfer execution to the correct ASPX page.
B.Use the Response.Redirect method to transfer execution to the correct ASPX page.
C.Use the HttpContext.Current.RewritePath method to transfer execution to the correct ASPX page.
D.Add the Location: new URL value to the Response.Headers collection. Call the Response.End() statement. Send the header to the client computer to transfer execution to the correct ASPX page.