I used this but did not work :

Code:
  Dim IENUM As IEnumerable = dat.getDanhSachDongSP
    Dim bid as New BindingSource        
    bid.DataSource = IENUM
    Dim dt2 As DataTable
     dt2 = bid.DataSource
It show error "cant convert from IEnumberable to datatable"
I see that error but i cant fix it. Help me please !!!!!