How to display serial no. In Gridview

2010-07-05

1
<asp:Label ID="lblSlno" runat="server" Text='<%# (gvwDocuments.PageSize * gvwDocuments.PageIndex) + Container.DisplayIndex + 1 %>'></asp:Label>

0 comments: