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

Submitted by: Administrator
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”)
Submitted by: Administrator

Read Online Dot Net Job Interview Questions And Answers