Checkbox within a repeater

Zwitterion

New Member
I have a Repeater control that is bound some data. For each row in the repeater I add a checkbox so that the user can check that row. The user can select as many rows as they want. When the user has checked as many as they need they click a submit button. <BR>How do I find which checkboxes are checked? Asp.net creates the ids on the fly.
 
Back
Top