What is Response Object?
Answers were Sorted based on User's Feedback
Answer / guest
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
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lakki
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
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Session Object?
what is object in c sharp?
What is msmq?
in how many sttes asp.net page available?
What is n-tier system?
Which is the default scripting language of asp in server-side?
What is difference between asp and aspx?
Explain the post & get method?
What is the full name of asp in vb net?
Explain the post & get method or explain the difference between them in asp?
What is a Virtual Directory?
Can I avoid using the garbage collected heap?