Click here to Skip to main content
15,897,032 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all
how to count the tree view checked items and show in label,i have a tree view with check box enable,if i check checkbox i need to increase the count,if unchecked need to decrease count.

Note: not when user click save button,at the time of user check need to increase or decrease.it will increase like running clock.is it possible or when click save button time time only refresh the label ?

pls reply asap



Regards
Aravind
Posted
Updated 11-Nov-13 21:31pm
v2
Comments
Maciej Los 17-Nov-13 9:26am    
Have you tried to do something?

1 solution

Please, read my comment.

I would suggest you to use TreeView.TreeNodeCheckChanged Event[^] ato count checked nodes. There you'll find an example.

Please, try. You can do it!
 
Share this answer
 

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