中继器项数据绑定
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了中继器项数据绑定相关的知识,希望对你有一定的参考价值。
protected void rptMyRepeater_ItemDataBound(Object Sender, RepeaterItemEventArgs e) { if (this.showEmployerControls) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem) { MyCustomClass resultItem = (MyCustomClass)e.Item.DataItem; // do stuff here } } }
以上是关于中继器项数据绑定的主要内容,如果未能解决你的问题,请参考以下文章
使用 #eval() 将来自单个数据集的多个表中的数据绑定到转发器