| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 3389 人关注过本帖
标题:怎么获取datagrid1中当前行第一列的值?
只看楼主 加入收藏
angie8
Rank: 1
等 级:新手上路
帖 子:17
专家分:0
注 册:2005-4-29
收藏
 问题点数:0 回复次数:8 
怎么获取datagrid1中当前行第一列的值?
在windowsform中,怎么获取datagrid1中当前行第一列的值?
搜索更多相关主题的帖子: 获取 
2005-05-07 22:04
yushengou
Rank: 1
等 级:新手上路
帖 子:401
专家分:0
注 册:2005-3-30
收藏
得分:0 
再你顶一下

我是初学者,希望大家能多多帮助我 /bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://bbs./bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif');}" onmousewheel="return imgzoom(this);" alt="" />
2005-05-08 12:23
幻风幻云
Rank: 1
等 级:新手上路
帖 子:762
专家分:0
注 册:2005-1-14
收藏
得分:0 
以下是引用yushengou在2005-5-8 12:23:48的发言: 再你顶一下
你会就说说嘛 怎么老是顶,不解答阿

2005-05-08 13:17
yushengou
Rank: 1
等 级:新手上路
帖 子:401
专家分:0
注 册:2005-3-30
收藏
得分:0 
问题是我不会啊。
我是初学者

我是初学者,希望大家能多多帮助我 /bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://bbs./bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif');}" onmousewheel="return imgzoom(this);" alt="" />
2005-05-08 14:28
goodgoodstudy
Rank: 2
等 级:新手上路
威 望:3
帖 子:111
专家分:0
注 册:2005-4-6
收藏
得分:0 
this.BindingContext[DataSource,DataMemeber].position=0;

2005-08-01 23:49
rxhunter
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2005-8-3
收藏
得分:0 
datagrid[行值,列值].tostring(),就可以得到表格中任意的值了.

没事就帮你答几个问题,有事你得给我回答几个问题; 如果回答错了,不要怪我.因为我也很菜. QQ:241204338
2005-08-03 20:39
virusswb
Rank: 1
等 级:新手上路
威 望:1
帖 子:342
专家分:0
注 册:2005-8-6
收藏
得分:0 
dataset.tables["表"].rows[0][0]
第一行第一列的值
you know?

jorden008@
2005-08-07 22:38
smiles
Rank: 1
等 级:新手上路
帖 子:123
专家分:0
注 册:2005-8-8
收藏
得分:0 
webform 下的datagrid怎么显示数据?
我用databind()只是显示了列名没有数据,为什么?

2005-08-08 15:29
host1982
Rank: 1
等 级:新手上路
帖 子:57
专家分:0
注 册:2005-8-7
收藏
得分:0 
int row=this.dataGrid1.CurrentCell.RowNumber;

this.dataGrid1[row,0].ToString();

共同切磋,一起进步 电子邮件:host1982@ QQ:156018083
2005-08-10 19:38
快速回复:怎么获取datagrid1中当前行第一列的值?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.034746 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved