birddseedd
Member
- Joined
- Nov 18, 2008
- Messages
- 6
- Programming Experience
- Beginner
I have a data grid view with columns created when it was filled from a sql table. some of the data types are "bit" (meaning 0 or 1 and automatically shows a check box in the column of in the data grid view).
I need to get a handle of the cell that has a check box in it so that when a check box in one column is checked or unchecked, i can change the status of the rest of the columns (only one column can be checked at a time) and then update the entire row in the sql server.
code will look like ...
when column 3 in the data grid view is checked,
app will uncheck column 2,4,5
run sql statement to update changes
...basicially
last part to figure out before i can finish this app. thanks for your help
I need to get a handle of the cell that has a check box in it so that when a check box in one column is checked or unchecked, i can change the status of the rest of the columns (only one column can be checked at a time) and then update the entire row in the sql server.
code will look like ...
when column 3 in the data grid view is checked,
app will uncheck column 2,4,5
run sql statement to update changes
...basicially
last part to figure out before i can finish this app. thanks for your help