how the child nodes will be selected in tree view if i selected the parent node
hi all...
i have the treeview in win form which is dynamically loaded. In this treeview, I will get checkboxes along with each node...
now, If i selected the parent node then the childnodes under the selected nodes should also be selected.
how to write code for this. please suggest me
thank you