本文介绍了Datagridview到详细的行选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
只是对datagridviews提出疑问并绑定数据源.
我有一个具有绑定数据源的datagridview的窗体(FORMA),当用户单击datagrid中的选定行时,我希望它在详细视图(文本框)中以新窗体(FORMB)打开该选定记录.
由于我的编码能力有限,请有人概述一下该如何完成.
谢谢
Hi All,
Just have a questiion regarding datagridviews and bind data source.
I have a form (FORMA) that has a datagridview with bound data source, when a user clicks on a selected row in the datagrid, i want it to open that selected record in a new form (FORMB)in a detailed view (textbox)
Please could someone outline how this can be complete, as my coding skills are limited.
Thanks
推荐答案
这篇关于Datagridview到详细的行选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!