Updating Datagridview values into database

前端 未结 2 614
醉话见心
醉话见心 2021-01-13 15:24

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

2条回答
  •  天命终不由人
    2021-01-13 16:18

    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

提交回复
热议问题