Answers

Question and Answer:

  Home  ASP Programming

⟩ What is Response Object?

It controls the information sent to the user. The various methods are:

Response.Write? Sends information directly to a browser

Response.Redirect? Directs a user to a URL other than the requested URL

Response.ContentType? Controls the type of content sent

Response.Cookies? Sets cookie values

Response.Buffer? To Buffer information

The ASP Response object is used to send output to the user from the server.

 257 views

More Questions for you: