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 ...
Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.
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
Latest Answer : Response object is a static object that will be created at each client's request. You can use this object to send output to the client ...
.
It provides extra information by which it makes the site easier to manage. It can include text files using the #include statement, retrieve the size and last modification date of a file, defines how variables
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
A. 10 B. 20 C. 30 D. 40
Latest Answer : 0 cookies created on the server side ...
A. 3 B. 2 C. 1 D. 4
Latest Answer : There are 2 types of cookies: (1) Session Based which expire at the end of the session.(2) Persistent cokkies which dont exipre(Stored in your hard disk). ...
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. ...
A. B. You can only use JavaScript for this. C.
Latest Answer : ans:-option D ...