S
Stefan Richter
Hi,
I would like to go through a hashtable and take the next value
to save it into an ArrayList.
How to do that in the most easiest way???
I am looking for something like:
For Each Object value In clientsHashTable
dropDownList.Add(value)
End for | NEXT value
Return dropDownList.ToArray
Thx,
Stefan
I would like to go through a hashtable and take the next value
to save it into an ArrayList.
How to do that in the most easiest way???
I am looking for something like:
For Each Object value In clientsHashTable
dropDownList.Add(value)
End for | NEXT value
Return dropDownList.ToArray
Thx,
Stefan