K
KatieC
I am consuming a web service from an ASP.net web page. The webservice
returns an array of customer objects. I want to display the customer
details in a Datagrid. How do I convert the array of customer objects
into a Dataset (which I can then use as the datasource of the
DataGrid). Is this possible?
returns an array of customer objects. I want to display the customer
details in a Datagrid. How do I convert the array of customer objects
into a Dataset (which I can then use as the datasource of the
DataGrid). Is this possible?