I have the following Code that reads from a Dictionary and gets binded to a repeater;How do I call the "string" not the ID (key) of the item being called in another repeater? ie. When a user selects a checkbox, I want it to populate a second repeater with a name... I figure using the itemdatabound event, passing the ID and doing a lookup from that, and resetting the label.. (any ideas?)