DataGridView弹出记录详细编辑框的源代码
乐博网本地下载:
HDI_EditDataInDetailsFormCS.zip 分类:C# 大小:32.5 KB (33,335 字节)
HDI_EditDataInDetailsFormVB.zip 分类:VB.Net 大小:34.6 KB (35,526 字节)
代码英文介绍:
Resource Page Description This sample shows how to edit data from a DataGridView in a details form which opens when one double clicks on the RowHeader of the DataGridView. Since both forms are bound to the same datasource one sees an instant update on both forms when the user decides to save the data and additional roundtrips to the database are avoided. It also provides a brief introduction to DataBinding in .NET.
|