Categories
Asp, Asp.net

How to show row number in Gridview, Repeater,ListView, FormView, DetailsView and DataList

How to show row number in Gridview, Repeater,ListView, FormView, DetailsView and DataList In this tutorial we will learn how to show Row_Number() to display row number in my data bound controls from long time. Every thing is working fine unless I have started using LINQ and Entity Framework. I found that Row_Number() is not supported. So […]