Check all treeview nodes
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hey guys I have a treeview with checkboxes being shown. I also have two buttons, one to check all the checkboxes and one to uncheck them all. I can do this in the code behind but was hoping someone can point me in the right direction for a javascript method so to avoid a postback. Thanks in advance. A.