Asp Ref Dictionary
# ASP Dictionary Object
* * *
The Dictionary object is used to store information in name/value pairs.
* * *
![Image 2: Examples](
## Try It Yourself - Examples
[Does the specified key exist?](
This example demonstrates how to create a Dictionary object, then use the Exists method to check whether a specified key exists.
(
This example demonstrates how to use the Items method to return an array of all items.
(
This example demonstrates how to use the Keys method to return an array of all keys.
(
This example demonstrates how to use the Item property to return the value of an item.
(http
YouTip