private void SessAM_CheckedChanged(object sender, EventArgs e) { if (SessAM.Checked = true) { for (int i = 0; i < DGv_Session.RowCount; i++) { DGv_Session.Rows[i].Cells[1].Value = true; DGv_Session.Rows[i].Cells[2].Value = true; i++; } } }
for (int i = 0; i < DGv_Session.RowCount; i++) { DGv_Session.Rows[i].Cells[1].Value = true; DGv_Session.Rows[i].Cells[2].Value = true; i++; }
for
i++
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)