Answers

Question and Answer:

  Home  Dot Net

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

 156 views

More Questions for you: