在IWMS中的分页效果

第一步,你需要在后台修改你所要显示的新闻数目;

第二步,你需要把这段代码加到你需要分页的列表里边

代码:

<%=config.TopAd%>
<asp:Literal id="ltMsg" runat="server"/>
<asp:Repeater id="dlNews" Visible=false runat="server">
<ItemTemplate>

<li>内容</li>

</ItemTemplate>
</asp:Repeater>
<asp:Literal id="ltPage" runat="server"/>
<%=config.FootAd%>

原文地址:https://www.cnblogs.com/fkcqwq/p/6672552.html