How to know if a treeview has a spec key node? i don't want to traverse the nodes collection?
Printable View
How to know if a treeview has a spec key node? i don't want to traverse the nodes collection?
Treeview has Nodes collection. So Just pass the key to the collection as you do in normal collection. If it is already present , you will get the node or you will get error message that item not found