<asp:TemplateField HeaderText="&lt;nobr&gt;序号&lt;/nobr&gt;">
                <ItemTemplate>
                       <asp:Label runat="server" ID="lblNo" Text='<%# Container.DataItemIndex   +   1 %>'></asp:Label>
                </ItemTemplate>
        </asp:TemplateField>

相关文章:

  • 2021-07-30
  • 2022-01-14
  • 2022-01-18
  • 2021-11-05
  • 2021-05-24
猜你喜欢
  • 2021-09-09
  • 2021-07-31
  • 2021-08-19
  • 2021-08-18
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
相关资源
相似解决方案