Check subnodes of treeview(with checkbox) clicking parent node

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jalicej
    New Member
    • Jul 2007
    • 6

    Check subnodes of treeview(with checkbox) clicking parent node

    In my C# web application i have a treeview control with showcheckboxes = All . So for each node the check box is shown.


    When i check on the parent node all its child nodes should be checked automatically. similarlly when i uncheck a parent node all its childnodes should be unckecked.

    How can i do this?
Working...