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

Q

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

✍: Guest

A

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”)

2013-12-12, 1583👍, 0💬