DataGridView, Access Database, Saving Issues
Dear Reader,
I added a Data Source (Access) to my project and made the table into a DataGridView that's on the form. The problem I'm having is saving the data that's inputted into the grid. The save button wasn't highlighted so I enabled it using the Enable Property in the Properties bar. But it didn't help. Any insight?
Thanks.
Re: DataGridView, Access Database, Saving Issues
Do you actually have any code to save the data?
Re: DataGridView, Access Database, Saving Issues
Do you have an example? I don't remember setting up code on a DataGridView before and it saved in a previous program that's why I'm stumped.