为DataList和GridView内容项添加序号
生活随笔
收集整理的這篇文章主要介紹了
为DataList和GridView内容项添加序号
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
DataList就在需要的地方加入這么一個(gè)Label就可以了,主要的地方就是那個(gè)Container.ItemIndex+1,+1是因?yàn)镈ataList的編號(hào)是從0開始的
<asp:Label?ID="lblQNum"?runat="server"?Text='<%#?Container.ItemIndex+1?%>'?Font-Bold="True"></asp:Label>
GridView也類似,稍微有點(diǎn)點(diǎn)不同,注意是DataItemIndex
<asp:Label?ID="lblSNum"?runat="server"?Text='<%#?Container.DataItemIndex+1?%>'></asp:Label>
<asp:Label?ID="lblQNum"?runat="server"?Text='<%#?Container.ItemIndex+1?%>'?Font-Bold="True"></asp:Label>
GridView也類似,稍微有點(diǎn)點(diǎn)不同,注意是DataItemIndex
<asp:Label?ID="lblSNum"?runat="server"?Text='<%#?Container.DataItemIndex+1?%>'></asp:Label>
轉(zhuǎn)載于:https://www.cnblogs.com/mFrog/archive/2008/06/04/1213168.html
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來(lái)咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的为DataList和GridView内容项添加序号的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 软件质量保证与测试
- 下一篇: 慕课版软件质量保证与测试(第四章.课后作