Hello There
im trying to populte treeView control with xml file

The tree is beeing populted but with the nodes tages name

like in this Case child

i just want to show under

General
-var3
-var 4

and NOT x NOT(as it happen)


General
-child
---var 3
-child
---var 4


The XML file:

<?xml version="1.0"?>
<Vars>
    <General>
            <child>"Vars 3"</child>
            <child>"Vars 4"</child>
     </General>
 </Vars>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.