Saving data that is entered in the datagridview in to the databse
I am working on a windows form application where i have several components like textboxes and comboboxes and a Datagridview with several rows and columns. Can i save the data into the database that i have entered in the datagridview, where i need to store multiple number of details under single user where he can have any number of rows of data.
Sam HobbsPosted Apr 12, 2011, 12:09 AM
I am sorry, but I don't understand all your requirements. There are however many great articles in this web site and you should look at what is available. Try using my article Database Table Update in a DataGridView without Writing Code; it might help and I think it is fun and easy to try.