Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have an ASP.Net tree view control with checkboxes. my requirement is if any node(parent or child) is checked that node should be copied to another div. if the parent node is checked, that parent node with child nodes should be copied to the div.
anyone plz help me for this task.

Thanks.
Posted
Comments
ZurdoDev 7-Aug-12 8:13am    
I do not believe the tree view has any built-in properties or methods to do this so I would start with viewing the source and looking at what your IDs are and where the divs are and then you'll likely have to write your own JS to do it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900