Treeview Checkbox Problems
I'm using the treeview control in ASP.NET 2.0. I have enabled checkboxes for my nodes; however, the checked property of the node does not change when the node's checkbox is checked. I put a trap on the event for CheckStateChanged and it's not firing. Any idea what's wrong? Thanks in advance for any help given.
|