gpt4 book ai didi

c# - 在页面加载时将 foreach 循环与 DataList 结合使用

转载 作者:行者123 更新时间:2023-12-02 22:02:52 25 4
gpt4 key购买 nike

我在我的一个页面上使用数据列表,在尝试使用 foreach 循环查找控件时它不会进入循环。

protected void Page_Load(object sender, System.EventArgs e)
{
if (!IsPostBack)
{
foreach (DataListItem dli in shoplistview.Items)
{
string productID = ((Label)dli.FindControl("lblProductID")).Text;
}
}
}

!IsPostBack 时datalist 是否不在当前运行时?或者我在这里缺少什么?如果您需要任何其他信息,我可以尝试将其包括在内。我很感激你能提供给我的任何建议。感谢您的宝贵时间。

最佳答案

检查 shoplistview.Items.Count == 0 是否看起来像一个空数据源。

关于c# - 在页面加载时将 foreach 循环与 DataList 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16588844/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com