搜索
编程论坛
→
.NET专区
→
『 ASP.NET技术论坛 』
→ CheckBox cb = (CheckBox)GridView11.Rows[i].Cells[7].FindControl("CB");
标题:
CheckBox cb = (CheckBox)GridView11.Rows[i].Cells[7].FindControl("CB"); ...
只看楼主
馨馨
等 级:
新手上路
帖 子:136
专家分:0
注 册:2008-3-10
楼主
问题点数:0 回复次数:1
CheckBox cb = (CheckBox)GridView11.Rows[i].Cells[7].FindControl("CB");
CheckBox cb = (CheckBox)GridView11.Rows[i].Cells[7].FindControl("CB");这句话是什么意思啊,尤其是Cells[7].是什么意思,这个7是怎么来的啊
搜索更多相关主题的帖子:
CheckBox
Cells
FindControl
2008-04-22 23:07
hebingbing
来 自:黄土高坡
等 级:
贵宾
威 望:
27
帖 子:3417
专家分:371
注 册:2007-10-22
第
2
楼
得分:0
(CheckBox)GridView11.Rows[i].Cells[7].FindControl("CB");
//GridView1的第i+1行的第8个单元格中的id为‘cb’的CheckBox
2008-04-23 08:38
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-210544-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.245757 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved