Hi,

"""" I am getting the error Item has already been added. Key in Dictionary "0". Key being Added "0". """"

From form i have loaded a series of numbers to Class1. In Class1 i am using HashTable to store the values.

Then i am passing the values from Class1 to Class2 for doing some operations. Here also in Class2 i am stroing the values in HashTable.

But getting the above error while debugging.

Please Advice.

Thanx in Advance.