Link to home
Start Free TrialLog in
Avatar of Sylpheed777
Sylpheed777

asked on

Asp Tree control with checkbox,

Hi all

I'm looking for an ASP tree control with checkboxes,
some features that i need are

1. Expandable nodes
2. By clicking checkboxes of nodes, the checkboxes of the leaf's of that node would be checked also.

Anyone know i can find something like this? i'm very new to ASP atm.
Avatar of Loganathan Natarajan
Loganathan Natarajan
Flag of India image

do you want to be done in pure ASP or want mixing javascript?
Avatar of Sylpheed777
Sylpheed777

ASKER

mixing java script is fine
ASKER CERTIFIED SOLUTION
Avatar of Loganathan Natarajan
Loganathan Natarajan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i manage to find a good one online but i have some questions about it.

http://www.java2s.com/Code/JavaScript/GUI-Components/Checkboxtreenodecheckeduncheckedgetthecheckeditems.htm

this is exactly what i need, (the 2nd tree)

but it uses a few things

imagepath = to set all the images
tree.xml = to set the tree data i assume.

But i couldn't find an example of the xml format or something like that. Does anyone know how to read all this? I'm very new at this.
nm i found out that they have a zip file there with everything i need. Sry for the trouble guys. Thanks alot. :)

Admin you may close this question.