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?
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?