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 |
How can I break Search
What is the difference between a namespace and an assembly name?
How do I create an aspx file?
Define common type system (cts)?
How do I convert an aspx file to pdf?
Explain how can you overload a method?
Explain the order of precedence for logical operators.
What is http header?
Tell few steps for optimizing (for speed and resources) ASP page/application ?
Should user input data validation occur server-side or client-side?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
Is asp still used?