S
Srikanth
Hi,
I have a DataSet with some rows in the DataTables. Iam clearing
everything in the DataSet (DataTables) and trying to add new rows. A
DataTable has a foreignKey column from the parent table and a unique key
column which takes AutoIncrement values from UI. So, for every new parent
key if I create new rows for this table, I want AutoIncrement values to
start from '1'. But, somehow in the datagrid, where Iam binding this
Datable, it generates values continuing the auto number from the earlier
rows before clearing.
How do I reset the AutoIncrement values to start from '1'?.
Thanks 'n' Regards,
Srikanth.
I have a DataSet with some rows in the DataTables. Iam clearing
everything in the DataSet (DataTables) and trying to add new rows. A
DataTable has a foreignKey column from the parent table and a unique key
column which takes AutoIncrement values from UI. So, for every new parent
key if I create new rows for this table, I want AutoIncrement values to
start from '1'. But, somehow in the datagrid, where Iam binding this
Datable, it generates values continuing the auto number from the earlier
rows before clearing.
How do I reset the AutoIncrement values to start from '1'?.
Thanks 'n' Regards,
Srikanth.