I want to store multiple values in single key like:
HashTable obj = new HashTable(); obj.Add(\"1\", \"test\"); obj.Add(\"1\", \"Test1\");
Right
It would be better for you to use two hashtables as I've used in this library