During a postback, is it possible to access the FlyTreeView nodes? I know the control doesn't get populated with the viewstate info until between the OnInit and OnLoad events, but I was hoping there may be another way to access the currently selected node during the OnInit event.
Thanks