S
Srikanth
Hi,
I have a DataTable with some rows and bind to a DataGrid. The first
column in the DataTable is an AutoIncrement value. I am clearing the rows in
the DataTable by calling DataTable.Clear(). After this I want new rows in
the DataGrid to start with AutoIncrement value of '1' instead of continuing
the number from the earlier rows before clearing.
How to do this?
Thanks 'n' Regards,
Srikanth.
I have a DataTable with some rows and bind to a DataGrid. The first
column in the DataTable is an AutoIncrement value. I am clearing the rows in
the DataTable by calling DataTable.Clear(). After this I want new rows in
the DataGrid to start with AutoIncrement value of '1' instead of continuing
the number from the earlier rows before clearing.
How to do this?
Thanks 'n' Regards,
Srikanth.