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

Showing Answers 1 - 3 of 3 Answers

tkashem

  • Nov 9th, 2006
 

Response object is a static object that will be created at each client's request. You can use this object to send output to the client

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions