Hello folks,
I am looking for suggestions on how to best handle the following scenario:
I need to present data from an XML file in a GridView.
The complication is that I only need to display certain attributes from the XML elements.
So, I was thinking reading the XML file, select the elements and attributes I need to display, write such values to another TEMP XML file, load it in a DataSet, and display it on a GridView.
Do you think that's the best way to approach this?
How would you do it?
Thank you for your collaboration.
...neualex
I am looking for suggestions on how to best handle the following scenario:
I need to present data from an XML file in a GridView.
The complication is that I only need to display certain attributes from the XML elements.
So, I was thinking reading the XML file, select the elements and attributes I need to display, write such values to another TEMP XML file, load it in a DataSet, and display it on a GridView.
Do you think that's the best way to approach this?
How would you do it?
Thank you for your collaboration.
...neualex