I am developing an forms application where user can get tables data from database into gridviewcontrol which is editable so that user can update some data in the grid a
Check the links below.
http://www.codeproject.com/Articles/12846/Auto-Saving-DataGridView-Rows-to-a-SQL-Server-Data
C# Issue: How do I save changes made in a DataGridView back to the DataTable used?
WinForms DataGridView - update database
C# WinForms - how to send updates from DataGridView to DataBase
Save changes in dataGridView