Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户双击 datagridview 上的一行时,相关的详细信息会出现在文本框中。
用户可以编辑详细信息并单击更新按钮以将更新保存在 SQL 数据库中。
注意:CustomerID 是数据库中客户表中的标识列
请帮助 C# 代码。
程序捕获
我想你刚刚开始学习 WinForms 和 C#。首先,我建议在这个阶段,您应该将数据网格视图保留为视图。
其次,最好先创建一个简单的搜索按钮来查询 SQL 数据库并相应地填充文本框。然后,您可以继续构建您的应用程序,因为您对一切的工作方式越来越复杂。
循序渐进,没有人会专门为您在这里粘贴整个代码,即使有人这样做,您也不会学到任何东西。