I populated a checkbox for every row item in DataView. I need to be able to identify the checkbox in which rows are being checked in order to retrieve the id of those rows and store them into a list. Therefore, I can use those row´s ids to modify the identical rows in the database table. Does anyone have an idea how to do this?
Share
The usual approach would be:
But without any code it’s hard to give a more detailed answer