Interview Questions

What is Response Object?

ASP Interview Questions and Answers


(Continued from previous question...)

38. 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

<

(Continued on next question...)

Other Interview Questions