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>