I got a hashtable which contain hashtables within them(Nested hashtable)..i was able to get a simple hashtable into an arraylist..but when the hashtable gets nested it just displays system.collecti ons.hashtables. ..so i need to traverse through all the nodes in the hashtable by writing a recursive function...need syntax for this function....