developer155
Programmer
I have a hashtable and I add stuff to it in the following order:
5454 -FirstName
6822 - LastName
0258 - Address
etc...
It is stored as a variable in one class. When I access that variable in another class and go through the values, I noticed that values are not in the order they were placed. I really need them to be in the same order. Why does the order change?
thanks
5454 -FirstName
6822 - LastName
0258 - Address
etc...
It is stored as a variable in one class. When I access that variable in another class and go through the values, I noticed that values are not in the order they were placed. I really need them to be in the same order. Why does the order change?
thanks