sosamv
Posts: 50
|
| Posted: 01/06/2009, 10:12 AM |
|
Hi guys, I have hierarchical topics on a DB table called "tblTopics" I'm creating dynamically a checkboxtree ( using unordered lists and grouping the checkboxes) and using javascript, so if the user clicks on a checkbox that have children, it will select all of them.
Thats working, and the insert code is working too, the problem is when i need to update, cuz i need to put a check on all of those checkboxes that are already selected.... whats the best way to do it? cannot use codecharge functions cuz the list is dynamic, i tried using javascript receiving a json object on body on load but its troublesome, I need and efficient way to do it cuz the tree has like 200 leafs(checkboxes) or more and i will have 3 trees :S
Any clues?
Thanx in advance
|
 |
 |
|