2010-07-05

How to display serial no. In Gridview

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


No comments:

Post a Comment