Hits Today: 3 Total: 6169 | Updated: 11/6/2001 | |
 | A hashtable is a table containing key and value pairs. The code below creates a new hashtable named myHash, displays all of the entries of the hashtable, and returns a count of the items in the hashtable. Author: Anil Bhimavarapu Code: ASP.NET Beta 1 & VB |
Hits Today: 2 Total: 3243 | Updated: 9/2/2003 | |
 | The Hashtable object contains items in key/value pairs. The keys are used as indexes, and very quick searches can be made for values by searching through their keys.
Author: w3schools.com Code: ASP.NET v1.0 & VB | |  | |