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




Reply With Quote