Hey guys,
I have a treeview that I populate in OnTreeNodePopulate. Everything works out great. Except when the tree is displayed the postback value is not set correctly. This is causing the OnTreeNodeExpanded/Collapsed events not to be handled correctly. The interesting thing is that once you click on the tree once the correct value is set. It looks like it is the base value that isn't being set correctly. The value being used is the text (value if defined) from the one node in my <asp:TreeView> decleration.
.Is this a known bug? Is there a workaround? Has anyone else seen this?
Thanks,
- Darroll