标题:DataGrid 中 FindControl 的问题
取消只看楼主
puvliang
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2007-6-25
 问题点数:0 回复次数:1 
DataGrid 中 FindControl 的问题
页面上有一个DataGrid,ID为DataGrid1,它的模板列中有一个控件,ID为DropDownList1,

对DataGrid1进行数据绑定后,执行以下语句,dl却是空的,为什么呢?

DropDownList dl=(DropDownList)DataGrid1.Items[0].FindControl("DropDownList1");
搜索更多相关主题的帖子: DataGrid FindControl DropDownList 模板 绑定 
2007-08-16 23:23
puvliang
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2007-6-25
得分:0 

不管是放在private void Page_Load(object sender,System.EventArgs e)
{

}中,还是模板列中编辑按钮被按下时

private void DataGrid1_EditCommand(object source,System.Web.UI.WebControls.DataGridCommandEventArgs e)
{

}中,都是空的.

请问,怎么进行Item行的类别判断呢?


2007-08-17 09:13



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-163297-1-1.html




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

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