How can i update chechboxes in database.
I am using a member table to get names from table and another Fee table so that to display the chechbox to show if fee is paid or not.
The database datatype is set as bit so that it displays a checkbox in the datagridview. How can i update my table if i chech any of the checkbox a screenshot can be seen below :
http://i52.tinypic.com/33lpdl1.jpg
Thanks