views:

156

answers:

1

I am using a asp .net tree view control whose "ShowCheckBoxes" property has been set to "All". Now if the user checks the root node, i want all nodes under it to be "checked". I have looked at the event model, but i cannot find a event or a property that tells me if the checked node is a root or a child node.

How do i find if the selected node is a root or a child?