本文介绍了删除另一种形式的datagridview的记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一种形式的按钮,即MDIParent和DGV,另一种形式.要通过单击某些条件来单击MDI中的删除按钮来删除DGV的记录.我不想要frmForm frm = new frmForm()
任何人都可以帮助我提出一些想法.
在Advance中致谢
I have a button in one form which is MDIParent and DGV in another form. Want to delete the records of DGV on click of the delete button in MDI, by checking some conditions. I dont want the frmForm frm = new frmForm()
Anyone can help me with some idea.
Thanks in Advance
推荐答案
这篇关于删除另一种形式的datagridview的记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!