hiii,
i am using treelist and treeview both.
and i am having checkbox inside it.
i am fetching checked items database.
i have binded it correctly but not able to display count of checked node at parentnode.
i want to display the count of checked item count at parent level in treelist
parent1 (1)
--Child1(1)
------checked childchild(1)
------notchecked childchild
like this
Plz help me.