HighTechTalks DotNet Forums  

Reading XML into Listview Control

Dotnet XML microsoft.public.dotnet.xml


Discuss Reading XML into Listview Control in the Dotnet XML forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Alij
 
Posts: n/a

Default Reading XML into Listview Control - 11-05-2007 , 04:52 PM






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



Reply With Quote
  #2  
Old   
Husam Al-A''araj
 
Posts: n/a

Default RE: Reading XML into Listview Control - 11-05-2007 , 05:10 PM






this may help

http://www.codeproject.com/cs/miscctrl/ListViewApp.asp


Cheers,
Husam Al-a'araj
www.aaraj.net

"Alij" wrote:

Quote:
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




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.