C#中string paramreaderNo = this.DataGridView1.SelectedRows[0].Cells[0].Value.ToString();asp.net怎么
答案:2 悬赏:60 手机版
解决时间 2021-02-11 21:33
- 提问者网友:萌卜娃娃
- 2021-02-11 04:06
C#中string paramreaderNo = this.DataGridView1.SelectedRows[0].Cells[0].Value.ToString();asp.net怎么
最佳答案
- 五星知识达人网友:孤老序
- 2021-02-11 04:59
估计你的问题已经解决了,你是想提取表格里面某行某列的数据把。问题都没问清楚。。。。
全部回答
- 1楼网友:三千妖杀
- 2021-02-11 06:32
那个girddata绑定了ds.tables[0],你这条语句应该是想实现找出选中行中xxx字段的值
c1 c2 c3//table中的列名
c11 c12 c13
c21 c22 c23
c31 c32 c33
上面那个是你的girddata中显示的数据,如果你想获取c2列被点击行的值,如c12 c22 c32等,可以写成ds.tables[0].rows[griddata.currentrowindex]["c2"].tostring()。
当你点击c21 c22 c23这一行时,griddata.currentrowindex的值为1,那么ds.tables[0].rows[griddata.currentrowindex]["xxx"].tostring()相当于ds.tables[0].rows[1]["c2"].tostring() ,值为c22
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯