What is Response Object?

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

Read Online ASP Programming Job Interview Questions And Answers