Reading XML into Listview Control

  • Thread starter Thread starter Alij
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top