Hi
I have a treeview containing many nodes.Each node contains its sub nodes.
For example my treeview look like:
Item1
Item11
Item12
Item2
Item3
Item4

What should I do if I want to delete Item1 Node and all its subnodes(item11 and item12) without deleting the other nodes?
thanks