Hi,
I have a treeview populated like so...
Node01
subNode01
subsubnode01
subsubnode02
subnode02
subnode03
Node02
Subnode01
Subnode02
I am trying to select a node and get the entire treelist location of that node. For instance, if you clicked subsubnode02 then how to i get the information node01-subnode01-subsubnode02?
I am trying to remove the selected node and nested child nodes(if there happens to be any) from a command button based on the selected node.
Thanks!
I have a treeview populated like so...
Node01
subNode01
subsubnode01
subsubnode02
subnode02
subnode03
Node02
Subnode01
Subnode02
I am trying to select a node and get the entire treelist location of that node. For instance, if you clicked subsubnode02 then how to i get the information node01-subnode01-subsubnode02?
I am trying to remove the selected node and nested child nodes(if there happens to be any) from a command button based on the selected node.
Thanks!