Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含新闻项目的数据集。每个新闻项目都包含以下元素:id、title、briefDesc、fullDesc、imgUrl、dateCreated 等。我想使用 ListView 和 DataPager 在列表中显示它们,但不知道如何从代码动态创建 ListView 和 datapager在后面!
我的平台是 ASP.NET 4.5 (C#)
任何建议或实际样品将不胜感激。
我不清楚为什么要动态创建控件。听起来你最好只使用 GridView