can i add one dictionary object to another dictionary. I mean i am having a check box list whose checked item are being added to a dictionary object by using foreach loop. in the same page i am having some more variable which are added to anther dictionary object now i have two dictionary object which i need to pass to a method but i want to know can i add check box dictionary object to another dictionary object and can be passed to a method and if so then on other end how can i open it back to retrieve the all items.
or other good solution please suggest