Re: How to preserve the order in Hashtable?

2004-06-14 Thread BDOTNET
--- New Message on BDOTNET --- From: rags_rao Message 2 in Discussion ordering in hash table is done based on hash output with the key as its input. perhaps hashtable is not the one y

How to preserve the order in Hashtable?

2004-06-14 Thread DotnetRajee
--- New Message on BDOTNET --- From: DotnetRajee Message 1 in Discussion hi, How can i preserve the order in which items are added to the hashtable while retrieving the values using