![]() 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. Client actions cannot change Application variables. B. The change is not visible to any client until the application is stopped and started. C. The change is only visible to future requests made by Latest Answer : Answer : E ... 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 • ASP executes code on the server side whereas the browser interprets HTML. • ASP can use any scripting languages • Gets feedback from the user and return information to the user • 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. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||