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 the methods in session object in asp?
Explain the difference between server.transfer and response.redirect?
What is difference between asp and php?
Give the comment tags for the following?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
What is asp full form?
What is wsdl file? (explain in detail)
Define microsoft intermediate language (msil)?
What is full form of aspx?
What opens asp files?
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
In how many ways you can connect to the Database?