|
|
| Objects & Framework [+] Favor-It | |
| |
 |
| | Sort By:
|
This is a great resource that will give you information on ASP Built-In Objects and Scripting Objects. Author: ASP School Code: ASP 2.0 & VBScript |
The Request Object is used to get information submitted from an html form or on the querystring, get information stored in a cookie, and to get environment variables.
Author: Brinkster Code: ASP 3.0 & VBScript |
Whenever you access a collection such as Request.ServerVariables or Request.Form, the script processor needs to go into the collection to look up the value of the item you request. Author: asp101.com Code: ASP 3.0 & VBScript |
|  | |
The Application Object is used to store information once that can shared across all the users of the application simultaneously. An example of this use is database logins, common directories, and short bits of information that are common to all users.
Author: Brinkster Code: ASP 3.0 & VBScript |
This reference by Yasir Osama for Minwar.com briefly describes Session Object, WebClass, and Variables. Author: Yasir Osama Code: ASP 3.0 & VBScript |
The Response Object is used to send information to the browser to display, redirect the browser to a different URL, and send cookies to the browser.
Author: Brinkster Code: ASP 3.0 & VBScript |
|  | |
Icon Key >
 - Recently Updated
 - Showcase Listing
|