To create sequance no in asp data grid, just add a templace colum and fill with syntax : <% # grd.CurrentPageIndex * grd.PageSize + Container.ItemIndex + 1 %> Here the data grid sample : And the result look : On grid view we can use this way, Add a template field column and create a label control...