Interview Questions

What is Response object? How is it related to ASP’s Response object?

.NET Interview Questions and Answers


(Continued from previous question...)

What is Response object? How is it related to ASP’s Response object?

Response object allows the server to communicate with the client(browser). It is useful for displaying information to the user (or) redirecting the client.
Eg: Response.Write(”Hello World”)

(Continued on next question...)

Other Interview Questions