Hey anyone know how to sort the items in a hashtable alphabetically by the key? I read somewhere that the hastable has sorting built in but i cant seem to figure out where.
Mucho gracias.
----
EDIT:
Hmm, looks like i answered my own question again...declaring the collection as SortedList() instead of HashTable() did the trick. :rolleyes:
