Ivo
Member
- Joined
- Feb 8, 2022
- Messages
- 18
- Programming Experience
- Beginner
dgwWorkflow.CurrentRow.Cells[123] // is the checkedstate value in my SQL database example [ 1 ]
i tried this but thats not working : chLT_UTC1.Checked = dgwWorkflow.CurrentRow.Cells[123].Value.ToString() == "1";
how can i check myCheckbox on my winform
with the value from that cell ?? how to covert it to bool ? etc etc
Im novice
i tried this but thats not working : chLT_UTC1.Checked = dgwWorkflow.CurrentRow.Cells[123].Value.ToString() == "1";
how can i check myCheckbox on my winform
with the value from that cell ?? how to covert it to bool ? etc etc
Im novice
Last edited: