I have written the code that retrieves the Customer object from the GP web services. Now I must load up a DataGridView with all of that data. The Customer object is not a valid DataSource, and I see no way to put that Customer object into a DataSet. DataTable, or DataView. I know others must be doing this somehow. How is it done? How do I display the Customer data in a DataGridView?
*This post is locked for comments