I am using visual studio 2005, .NET2.0
I am reading xml data into a dataset and bind the it to a datagridview
I have 2 tables in my xml that I would like to bind to the datagridview. Using datamember, it only let me display 1 table.
Is there a way I could the 2 tables in my datagridview ?
Thanks