In my stored procedure, i return a collection of data. This data is filled to a table.
And now I want to populate a dataset with the data from the datatable(with all the colomheaders).
And at last set a datagrid.sourde to his dataset.
my question is: How can i populate the dataset with the data in my datatable?????
And now I want to populate a dataset with the data from the datatable(with all the colomheaders).
And at last set a datagrid.sourde to his dataset.
my question is: How can i populate the dataset with the data in my datatable?????