天天看點

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>

繼續閱讀