gpt4 book ai didi

asp.net - ASP Repeater 前面的项目总数 asp

转载 作者:行者123 更新时间:2023-12-02 01:51:03 30 4
gpt4 key购买 nike

我已经搜索了一段时间,但似乎找不到答案。

我想在我的旋转木马中显示一个计数器,左边是当前项目(工作),左边是项目总数。

我的代码:

<asp:Repeater ID="PayslipCarouselRepeater" runat="server" Visible="false"         OnItemDataBound="PayslipCarouselRepeater_ItemDataBound">
<ItemTemplate>
<li>
<table>
<tr>
<td>
<asp:Literal runat="server" Text= '<%#(((RepeaterItem)Container).ItemIndex+1).ToString() + " van " + TOTALCOUNTROWS %>'></asp:Literal>

<asp:Panel ID="pnlItem" runat="server"></asp:Panel>
</td>
</tr>

</table>
</li>
</ItemTemplate>
</asp:Repeater>

TOTALCOUNTROWS 需要显示总行数。

我已经尝试从后面的代码中做到这一点,但没有成功。

有没有像我在左侧那样做的简单方法?

最佳答案

在调用中继器的DataBind() 方法之前,将项目的总数保存到TOTALCOUNTROWS 公共(public)/ protected 字段/属性,然后只调用DataBind().

关于asp.net - ASP Repeater 前面的项目总数 asp,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22659334/

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