Hey,

I have a collection class that inherits from hashtable.
I use a sql statement to get the items and then populate the internal hashtable with teh results. However, the items are sorted automatically by the hashtable and I sort them in teh SQL statement.
Is there any way to have a collection class that inherits from something that doesn't sort the items in the collection? I want them to be in teh same order as when I added the items.


Thanks,