如何从 datagridview 和数据库中删除选定的行?

How to delete selected row from datagridview and database?

我是 c# 的初学者,我可以从 datagridview 中删除它,但不能从数据库中删除它,请帮助我。

  1. 您需要创建到数据库的连接
  2. 您需要使用 commandBuilderBindingsource 将查询结果绑定到 datagridview,这将使您只需按 delete 键即可自动执行删除语句。

查看详细教程link:https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/how-to-bind-data-to-the-windows-forms-datagridview-control