![]() Related Questions <% Set Application("Thing") = Server.CreateObject("THINGDOER.thingy") %> The above code appears in the global.asa file. What would it accomplish? A. It would create a "Thing" object and place it in Contents Collection of the Application object. B. It would create a "Thing" object and place it in StaticObjects Collection of the A. Properties B. Records C. Fields D. Errors E. Parameters Latest Answer : recordset is not an ADO collection.so the answer is B ... A. Server B. Response C. Request D. ObjectContext Latest Answer : Ans:Request ... POST METHOD: The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in the form will be stored in the FORM collection. GET METHOD: The GET method sends Latest Answer : getmethod uses the querystring to pass the data to the server so it appends data to the url so it is not secured one whereas post method differs from it it is passed to the server through the form collection ... • Contents collection – contains all the variables established for a session without using the tag. • Static collection – contains all the objects created with the Latest Answer : There are two collections. 1. Contents - Contains all the items appended to the session through a script command. 2. StaticObjects - Contains all the objects appended to the session with the HTML tag ... What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys Gets information from the user. It has five collections by which values can be accessed. They are: Querystring, Form, Cookies, Server Variables & ClientCertificate Latest Answer : When a browser asks for a page from a server, it is called a request. The ASP Request object is used to get information from the user. ... Collection is a set of name/value pairs where the information supplied by the client is stored. Latest Answer : Collection: Contains the variables of different data types, with name/value pair. ... * Contents collection – contains all variables added via scripts in global.asa. * Static collection – contains the names of all objects added via the tag in global.asa. A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with Latest Answer : A is correct when browser cookies are enabled. Sessions ID is used and stored in the browser cookiee. This session Id is sent in the request header all the time ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||