Setting unique key in DataTable

  • Thread starter Thread starter Karunakararao
  • Start date Start date
K

Karunakararao

Hi All,

Iam using datatable in my C# application. My problem with the
datatable is that when i tried to bind the same column name to a datatable
it is throwing error that the names already exists in the datatable.Is there
any way to set unique key to the datatable so that it can accept same column
name.

Thanks,
Venu.
 
Back
Top