Thursday, February 24, 2011

Distinct datatable Rows

  Dim dttemp As New DataTable
                            dttemp = dydt1.Copy
                            dttemp.DefaultView.RowFilter = "ref = '" & dt3.Rows(i - 1)("ref").ToString & "'"
                            dttemp = dttemp.DefaultView.ToTable()


No comments :

Post a Comment