I am new to CSS Friendly Adapters. I am using the TreeView with Cascading checboxes. I have an asp button, which, when clicked, will retrieved for me the values of the selected nodes in the tree with a statement like myTree.SelectedNode.Count. This keeps giving me a number 0.
Also, I've noticed that, on the Postback event, the treeview gets reset automatically and the checkboxes will be unchecked.
If anyone has come across these problems before, could you please point me to the solutions ASAP? I'd really appreciate it. I will buy you lunch if you're in the Portland, OR area. I just want to get the values of the selected checkboxes and a way to stop refreshing the treeview when I click an ASP button.