I have in a page a databound checklistbox which is populated with data on OnLoad page's event, and also a button.
If the user clicks the button, I must recolect the checkboxes selected inside the checklistbox and do some processing.
But when I iterate over the checklistbox items collection all items have their Selected property set to false, always.
How can I know which items were selected by the user?