Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
note it is windows application.


Design in datagridview as follows;

Date          1             2           3            4
1/2/2013   check box   check box  check box   check box

in run mode in the form load automatically all check box is checked .

select        Date          1             2         3            4 (Column Name)
check box   1/2/2013   check box   check box  check box   check box.


for the 1/2/2013, i unchecked the 2 and 3 check box and 1 and 4 check box is checked.
in database 1 and 4 session will save.

suppose for that 1/2/2013 no session means when i select any one of the check box from 1 to 4, then select check box to be unchecked.

How can i do using csharp.
Posted
Updated 6-Mar-13 5:47am
v2

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900