I am developing a diary application that allows user to insert appointments into a diary so they can see what others are doing during that week.
I've created an add appointments form which submits the appointment into the database successfully. But now i want to make these appointments visible in the data grid view under the correct date. As you can see by the attached photo the current week is along the top, and the users are down the side.
Any idea how i can make a start on this? I'm new to c# and SQL so its quiet a challenge...
DGV where the appointments will be displayed
Add appointments form which adds the data to the database when submitted