Hello guys,
I've got a CheckBoxList, which is populated via .DataSource, getting some items from the database. Each one if this items got it's ID according to the ID on its database record.
What I need is, when the user clicks item with ID 34, it shows him a panel/popup... I already have everything, the popup and all. Just don't know how to capture this last item cliked.