Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for (int i = 0; i < gridView1.RowCount; i++)
  2. {
  3. if (gridView1.GetRowCellValue(i, colAUDITSTATUS).ToString() == "False")
  4. {
  5. gridView1.SetRowCellValue(i, colCHECK, btnCheck);
  6. }
  7. }
Add Comment
Please, Sign In to add comment