I've looked at these but it doesn't seem to get me exactly what I want. Let's say I have an hashtable with int's as the keys associated with different strings. If I have one of the keys, what's the best way to find the string associated with the key (while loop using IDictionaryEnumeration, foreach loop, etc.). |