K
K B
Hi, still stuck on this. Please help!
<parent>
<child>
<grandchild1/>
<grandchild2/>
<child>
</parent>
<parent>
<child>
<grandchild1/>
<grandchild2/>
<child>
</parent>
How do I get the value of the grandchild nodes? I can use:
For Each node In tvRoles.Nodes(0).ChildNodes but that only gets me to
the <child> node. How to get the <child> node's child?
TIA,
Kit
<parent>
<child>
<grandchild1/>
<grandchild2/>
<child>
</parent>
<parent>
<child>
<grandchild1/>
<grandchild2/>
<child>
</parent>
How do I get the value of the grandchild nodes? I can use:
For Each node In tvRoles.Nodes(0).ChildNodes but that only gets me to
the <child> node. How to get the <child> node's child?
TIA,
Kit