Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
<% Response.Redirect("http://www.sql.com") %> What does the above code accomplish?
B. It sends the response to "http://www.matsystems.com" instead of to the Requesting browser.
C. It sends a redirection header back to the browser, and the browser then requests the new target document.
D. The redirection occurs on the server-side, and the first response the browser gets is the head and body of the new target document.
E. It causes the server to send a request to the target URL and passes the response to the requesting browser.
Related Answered Questions
Related Open Questions