What is Request Object?
Answers were Sorted based on User's Feedback
Answer / hema
It is the HTTP request passed from the client to server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
Gets information from the user. It has five collections by
which values can be accessed.
They are:
Querystring, Form, Cookies, Server Variables &
ClientCertificate
| Is This Answer Correct ? | 2 Yes | 1 No |
What are private assemblies and shared assemblies?
Define collection?
What are Scripting Objects?
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
Define application object?
What are the methods by which output stream is controlled?
What is use of asp?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
how can we bind the multiplication of two drop down lists?
What are the advantages of Cookies over Session Object?
whate is AutoEventWireup in .net ?
Why .Net Does not Support multiple inheritance?