Disregard Last Post
Yeah, I’m an idiot.
First, there’s no TreeView control in the Atlas project. Why I thought there was one I dont know.
Secondly, the ASP.Net 2.0 control works fine, it’s just a little strange. You don’t just let the control PostBack and presume the collection of CheckedNodes is right. You have to capture the event fired off when the Checked status of a TreeNode changes and modify your DB accordingly. After that my UserControl worked just fine.
So, yeah, I was just looking at the problem from the wrong angle. I do that sometimes.