Hey guys,
Ok, I know that this is actually an asp.net question, and that i'm developing in vb.net, but I figured if one of you have done something like this in c# (eitehr web or desktop), it might point me in the right direction.
I have a page with an expanded treeview. The plusses are removed, and checkboxes are viewable. This is an admin screen for setting up permissions. What I want to do is look through the treeview when a button is clicked, gather all the nodes that are checked, and save them. However, when I try and cycle through the TreeView1.Nodes() collection, I'm always getting a count of 1, even though there are over 200 nodes in the treeview!
Any thoughts or tips on how I can get this to work?
Thanks,
jack
Ok, I know that this is actually an asp.net question, and that i'm developing in vb.net, but I figured if one of you have done something like this in c# (eitehr web or desktop), it might point me in the right direction.
I have a page with an expanded treeview. The plusses are removed, and checkboxes are viewable. This is an admin screen for setting up permissions. What I want to do is look through the treeview when a button is clicked, gather all the nodes that are checked, and save them. However, when I try and cycle through the TreeView1.Nodes() collection, I'm always getting a count of 1, even though there are over 200 nodes in the treeview!
Any thoughts or tips on how I can get this to work?
Thanks,
jack