A
arun.hallan
I have a dataset that calls a stored procedure within our system.
The stored procedure saves each table into the dataset.
I want now to display each table one after the other, all in the same
datagrid.
I've tried: this.grdResults.DataSource = results.DefaultViewManager;
But that doesnt work.
Any ideas?
The stored procedure saves each table into the dataset.
I want now to display each table one after the other, all in the same
datagrid.
I've tried: this.grdResults.DataSource = results.DefaultViewManager;
But that doesnt work.
Any ideas?