Search DaTutorials:  
HOME
ASP Tutorials
Introduction
Reference
   Building ASP Pages
   Built-in Objects
Tutorials

Application StaticObjects Collection

The StaticObjects collection contains all of the objects created with the <OBJECT> tags within the scope of the Application object. You can use the collection to determine the value of a specific property for an object, or iterate through the collection and retrieve all properties for all static objects.

Syntax

Application.StaticObjects(Key)

 

Parameters
Key
Specifies the name of the item to retrieve.
Remarks

You can use an iterating control structure to loop through the keys of the StaticObjects collection. This is demonstrated in the following example.

<%
  Dim strKey

  For Each strKey In Application.StaticObjects
    Response.Write strKey & " = <i>(object)</i><BR>"
  Next
%>

     Refinance | Homeowner Loans | Credit Card | Myspace Layouts | Theme
Home     Link To Us     Ad With Us     Contact Us     Tell A Friend     Affiliates     Blog     MsOfficeHelp