Home - Forums-.NET - FlyTreeView (ASP.NET) - Display node on load?

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Display node on load?
Link Posted: 09-Jun-2010 10:32
So you do not need to hard code them.
Create them dynamically, but generate in a code, not databind. Just create and add to collection depending on query string or whatever.
Link Posted: 10-Jun-2010 07:56
I guess I'm not efficiently communicating what I'm trying to do. May have to look at another solution that will do what I need. :(

Or maybe email me off line at wnienke at aegonusa.com
Link Posted: 10-Jun-2010 11:49
There's no solution for what you do.
But the basics are that you can create node objects, adjust them the way you need and add them to Nodes collection of your flytreeview.