Is there a way to load an XML file into a DataGridView? I searched here, but all I find are unanswered posts... Is there a way?
Printable View
Is there a way to load an XML file into a DataGridView? I searched here, but all I find are unanswered posts... Is there a way?
You can read the XML into a DataSet and then display that in the DataGridView. Full step-by-step here: http://msdn2.microsoft.com/en-us/lib...3f(VS.80).aspx
Good luck. :)
Thanks very much!