I am trying to build a tree server-side, but need to dynamically populate the nodes. When I try to assign OnPopulateNodes in the code, I get the compile error \"NineRays.WebControls.FlyTreeView.OnPopulateNodes (NineRays.WebControls.FlyTreeNodeEventArgs)' is inaccessible due to its protection level.
Is this not something that can be done on the server side such as:
NineRays.WebControls.FlyTreeView tree = new NineRays.WebControls.FlyTreeView();
aTree.OnPopulateNodes = \"flyTreeView_PopulateNodes\";
Thanks,
Jamey