how to add column to gridview for row count
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hello, how to add column to grid view for sl.no's. that field is not in database. it should count each row .
-
hello, how to add column to grid view for sl.no's. that field is not in database. it should count each row .
you can use RowNumber() while returning dataset from SQL.