Hello everybody:
I have created a hashtable and storing key-value pairs
userHolder.Add(strArry[0],realId1);
userHolder.Add(strArry[1],realId2);
userHolder.Add(strArry[2],realId3);
My problem is How can I get the value of realId1 by using the key strArry[0] ?
Pls guide...
Kapil


Reply With Quote