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 do I open aspx file on mac?
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
what is dry run?
How many types of report in asp.net 2008?
difference between POST & GET methods?
Define microsoft intermediate language (msil)?
What is the difference between 1.1 and 2.0 .Net framework?
what is execute dataset for sp
Explain the different types of session state management options available with asp.net?
What is n-tier system?
How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
Define clientcertificate collection?