Can you share what you are using now and what logic you are trying to implement.
Generally we use like this to remove all duplicate data rows
dt_DatatableName.DefaultView.ToTable(True)
Can you share what you are using now and what logic you are trying to implement.
Generally we use like this to remove all duplicate data rows
dt_DatatableName.DefaultView.ToTable(True)