Gridview auto column [modified]
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi i am using a GridView to show some data. I want to generate a auto column which shows the RowNumber I want the RowNumber not to be stored in the database for example: RowNum---Name---Education 1--------dfa----PHD 2--------asf----sdaf 3--------asfd---erwr . . . I dont want to add an autoincrement column. because i should have the ability to insert a new person at, say RowNum 2 and the others should be shifted down. I want to know is it possible to add a coloumn to show the RowNums automatically independent of database? -- modified at 15:59 Monday 25th December, 2006