1
Good afternoon. I have a datagrid view with a checkbox type column, tied to a Datatable with the checkbox type column as well. My problem is this: I have to go through a attendance list, if the student is present, I have to set the check to true, otherwise I do nothing. How to do this?
dt.rows.add(?);
Could you explain your situation a little better? This list of students is the one on
DataGridView
or it will come from somewhere else and you will compare with the values ofDataGridView
? Add a little more to your question that I might be able to help you.– Richard Dias