天天看点

GridView DataList递增序号(绑定)

GridView 递增序列号

<asp:Label ID="Label1" runat="server" Text='<%#Container.DataItemIndex + 1%>'></asp:Label>

DataList 递增序列号

<asp:Label ID="Label1" runat="server" Text='<%#Container.ItemIndex + 1%>'></asp:Label>