gpt4 book ai didi

.net - 绑定(bind)到中继器时注入(inject)当前项目的索引

转载 作者:行者123 更新时间:2023-12-05 00:42:54 24 4
gpt4 key购买 nike

我正在绑定(bind)一个 List<HtmlImage>到中继器

它实际上是一个嵌套的转发器,列表是父转发器绑定(bind)的属性之一

我想将当前数据项的索引吐出到 <li> 的 id 属性中

我已经在我希望索引出现在下方的地方添加了评论

我有以下内容:

 <asp:Repeater ID="ImageListRepeater" runat="server" DataSource='<%# DataBinder.Eval(Container.DataItem, "Images") %>'>
<HeaderTemplate><ul></HeaderTemplate>
<ItemTemplate>
<li id='<% **I want the Index Here** %>'><%# RenderImage(Container.DataItem)%></li>
</ItemTemplate>
<FooterTemplate></ul></FooterTemplate>
</asp:Repeater>

有哪些选项?

谢谢

最佳答案

你试过了吗<%# Container.ItemIndex %>

关于.net - 绑定(bind)到中继器时注入(inject)当前项目的索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1722486/

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