怎么再datalist事件ItemDataBound或者是ItemCreated时 FindControl不出控件

 我来答
zhangmiger
2009-09-22 · TA获得超过142个赞
知道答主
回答量:153
采纳率:0%
帮助的人:0
展开全部
void Item_Created(Object sender, DataListItemEventArgs e)
{

if (e.Item.ItemType == ListItemType.Item ||
e.Item.ItemType == ListItemType.AlternatingItem)
{

// Retrieve the Label control in the current DataListItem.
Label PriceLabel = (Label)e.Item.FindControl("PriceLabel");

// Retrieve the text of the CurrencyColumn from the DataListItem
// and convert the value to a Double.
Double Price = Convert.ToDouble(
((DataRowView)e.Item.DataItem).Row.ItemArray[2].ToString());

// Format the value as currency and redisplay it in the DataList.
PriceLabel.Text = Price.ToString("c");

}

}
OnItemDataBound类似

参考资料: http://msdn.microsoft.com/zh-cn/library/system.web.ui.webcontrols.datalist.itemcreated(VS.80).aspx

百度网友6f75ac8fa
2009-09-22 · TA获得超过2513个赞
知道大有可为答主
回答量:1.3万
采纳率:0%
帮助的人:4015万
展开全部
应该可以找到的,看看你的方法是否正确
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
MR_彭
2009-09-22
知道答主
回答量:56
采纳率:0%
帮助的人:25.8万
展开全部
item.findcontrol
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友51ebb8fbb
2009-09-22 · 贡献了超过106个回答
知道答主
回答量:106
采纳率:0%
帮助的人:0
展开全部
不太明白你的意思
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式