Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1600
How to load data of datatable into WinDataSource
posted

I have a datatable out of dataset like

Dim dt as datatable = dsDB.Tables(0)

UltraDataSource.... = dt

How can I do this?

Parents
  • 469350
    Verified Answer
    Offline posted

    There's no quick method to do this, you would have to copy all of the data by looping through every row.

    But why would you want to do this?

Reply Children