This is what our form looks like:
InstructorsID CourseCode Section Surname FirstName MiddleName Date1 Date2 Date3 Date4 Date5 Date6 Date7 Date8 Date9 TotalAbsent Present EquivalentGrade
Alex Comp100 DCIT-1b Bancil Lenrick Malabanan Check Check Check Check Uncheck Uncheck Check Uncheck Check 3 6 83
The columns that has a name "DATE" are checkboxes and it represent the inputted value in the text box. We wanted to save the header of a datagridview in the database to the new fields that we added to the database.
And this is what our database looks like :
InstructorsID CourseCode Section Surname FirstName MiddleName DateA Date1 DateB Date2 DateC Date3 DateD Date4 DateE Date5 DateF Date6 DateG Date7 DateH Date8 DateI Date9 TotalAbsent Present EquivalentGrade
Alex Comp100 DCIT-1b Bancil Lenrick Malabanan 06/02/14 Check 06/03/14 Check 06/04/14 Check 06/05/14 Check 06/06/14 Uncheck 06/07/14 Uncheck 06/08/14 Check 06/09/14 Uncheck 06/10/14 Check 3 6 83
We want this to happen to our database. When you pressed the button save, the header will be saved in the database. The case is that when you pressed the save button and you look at your database you can see a new added row in the database . Can anyone please help us ! we've been trying to figure out what to do but until now we don't get to solved it!