how can i store two values with one key
My problem is
I have a "CODE" which is a key,
this CODE corresponds to values "ID" and "AMOUNT"
I want to access both the values with my "CODE" like we do in Hashtable
Is there any easy way to do this in C#
Replies
Know the answer? Post it — somebody with the same question will find it here.