How to get the id of a TreeNode in a TreeView?
I want to use HoverMenuExtender on a TreeNode of a TreeView, and the HoverMenuExtender need to specify the TargetControlID property.
So I need to know the id of every TreeNode in a TreeView.
Does anyone know how to get the id of a TreeNode in a TreeView?
Any suggestion is welcome. Thank you for replying.