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.
可能题目比较复杂,我试着解释一下:
我从数据库中获取了一些数据,其中一些具有 TypeId=1,有些具有 TypeId=2。我想将 TypeId=1 的数据放入标头模板,将 TypeId=2 的数据放入 Datalist 控件中的 itemtemplate。
我该怎么做?
您可以使用DataView获取 DataTable 中的数据子集,然后将其绑定到 DataList 以获取项目内容,但您必须通过附加到ItemDataBound事件并查找标头的 ListItemType。