Please support our C# advertiser: Programming Forums
Views: 2449 | Replies: 1
![]() |
•
•
Join Date: Nov 2006
Posts: 49
Reputation:
Rep Power: 3
Solved Threads: 0
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:
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>![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode