winform中关于编辑datagridview
winform中一个datagridview1,为其绑定了数据dim dt as datatable = xmlread.Readxml("c:\a.xml")
datagridview1.datasource = dt
现在我要新增行,我写了一段代码,提示绑定的数据不能新增。
1.点保存将新增行增加到a.xml中怎么写。
2.若修改了datagridview1中的某一行 怎么相应的更改xml文件。
补充:.NET技术 , VB.NET
补充:.NET技术 , VB.NET
上一个:怎样计算商品的总的库存量
下一个:用ASP中的do while 做素数循环