| ASP 101 News Flash |
 |
|
|
|
Application Object
Collections
- Contents: Contains all of the items that have been added to the Application through script commands.
- StaticObjects: Contains all of the objects added to the session with the <OBJECT> tag.
Methods
- Lock: The Lock method prevents other clients from modifying Application object properties.
- Unlock: The Unlock method allows other clients to modify Application object properties.
Events
- Application_OnEnd: Occurs when the application ends.
- Application_OnStart Occurs when the application is first referenced.
 
|
|