What is the preferred method of autopostbacking when checkboxes are checked/unchecked in the TreeView? Obviously doing a full postback is not acceptable and putting the tree in an update panel seems like overkill/slow/etc. Is there a built-in lightweight method of saving the checkbox states to the database as they are changed?
Thanks
Thanks