AutoIncrement column load after data is populated
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a datatable with data. I want to add a auto increment column with values in the pre-exising datatable with values. Can I do it? We can do it If I add a loop and assign the value to the columns - which I do not want to do as there are 1000's or record. Please suggest! Regards, Pavas
Regards, Pavas