Saturday, September 7, 2013

Generating Serial number in an Asp.NET Gridview


First create a template control in the Gridview and write the code below inside the ItemTemplate

<%# Container.DisplayIndex+1 %>


No comments: