Scripting Dictionary
i decalared
<Object RUNNAT="SERVER" scope="Application" ID="xyz" PROGID="Scripting.Dictionary">
</Object>
in global.asa.
now i want to add, remove items in asp file, how should i call, if i call with Application.StaticObjects.Item("xyz").Add("s","sas a")
this give error
also if i use
Application.StaticObjects.Item("xyz").Count also have,
someone can help me...
Thanks
Sachin
|