I have a user control that uses the flytreeview. it uses the OnInitializedJavascript event to do an initial load of the treeview. This object is also to be used as a webpart.
the object works fine when not being used as a web part, the event fires, the tree loads, etc..
when being loaded as a webpart the event does not fire, I have tried, several other methods (registering startup scrips etc.. to load but I am always finding I cannot access my object. it always come back null) is there another way to get my intial load done in a webpart?