Programming Languages
ASP.NET
Subjective
May 20, 2013
What is Response Object?
Detailed Explanation
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
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts