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>
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>