Hi all,
I am using a treeview control in asp.net. I am populating the nodes and child nodes of the control from a sql database. I have checkboxes for all nodes and child nodes. What I want to do is check all the child nodes on clicking of a parent node on the client side. How do I achieve this? Also I am bit confused on how javascript and asp.net work together?
sorry for posting in this forum i did not know that .net is the right forum for this query.
I am using a treeview control in asp.net. I am populating the nodes and child nodes of the control from a sql database. I have checkboxes for all nodes and child nodes. What I want to do is check all the child nodes on clicking of a parent node on the client side. How do I achieve this? Also I am bit confused on how javascript and asp.net work together?
sorry for posting in this forum i did not know that .net is the right forum for this query.
Comment