Hi,
I have a treeview control with showcheckboxes = All in my C#.net web application.
When i check on the child node its parent node should be checked automatically.s imilarlly when i uncheck a parent node all its childnodes should be unckecked.
When i check on the parent node all its child nodes should be checked automatically.
How can i do this?
I have a treeview control with showcheckboxes = All in my C#.net web application.
When i check on the child node its parent node should be checked automatically.s imilarlly when i uncheck a parent node all its childnodes should be unckecked.
When i check on the parent node all its child nodes should be checked automatically.
How can i do this?