I see that the TreeNode inherits from Object so that could be an issue, but I'm trying to add a control (ImageButton) to the node, but the event isn't firing.
To make it a little different, when adding a RadioButtonList with AutoPostBack = True, it doesn't even post back.
I even try to add an attribute with the javascript for GetPostBackEventReference, but when I pass in the RadioButtonList as a parameter, no ID shows. I assume that is because I don't actually do any "control.add" for the RadioButtonList, but that is just because I don't think I can in a TreeNode. That would coincide with the fact the the ClientID for that is plainly what I set it to, and not the entire NameSpace.
Any assist would be great,
Nathan