ASP Programming Question:
Download Questions PDF

What is Response Object?

Answer:

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.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What are Scripting Objects?Can be Arrays resized by using the keyword REDIM?