Results 1 to 2 of 2

Thread: XML To treeview

  1. #1
    egiggey
    Guest

    XML To treeview

    what would be the best way to load an XML file into a treeview?

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Create a DataSet, read the XML file into that DataSet, then loop thru and compare fields in the dataset to add each individual data structure in the XML file to treenodes, then add the treenodes to the treeview.
    Dont gain the world and lose your soul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width