A
Alij
Hi,
I have a dataset ds that I populated using ds.readXML(...).
The problem I am having is to populate the a listview control with the data
from this file. How do I go about doing this? I intent to use details view
to allow me multiple columns as the XML file is in the following format:
<contacts>
<entry>
<lastname>abc</lastname>
<firstname>xyz</lastname>
<entry>
<entry>
......
</entry>
</contacts>
Thank you,
Alij
I have a dataset ds that I populated using ds.readXML(...).
The problem I am having is to populate the a listview control with the data
from this file. How do I go about doing this? I intent to use details view
to allow me multiple columns as the XML file is in the following format:
<contacts>
<entry>
<lastname>abc</lastname>
<firstname>xyz</lastname>
<entry>
<entry>
......
</entry>
</contacts>
Thank you,
Alij