Home - Forums-.NET - FlyTreeView (ASP.NET) - Accessing specific nodes

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Accessing specific nodes
Link Posted: 04-Jun-2007 04:49
Hi,

I am using your 'databinding by tabular data' example which works, but and i am trying to make specific nodes expanded. Can I access specific nodes using this method or do I have to program this another way? Thanks in advance.
Link Posted: 04-Jun-2007 06:03
[quote="Jack"]Hi,

I am using your 'databinding by tabular data' example which works, but and i am trying to make specific nodes expanded. Can I access specific nodes using this method or do I have to program this another way? Thanks in advance.

Jack,

There are two ways for you:
1. node.Expanded value can be also bound to some datatable field.
2. You can handle FlyTreeView.NodeDataBound event in order to set Expanded property depending on any algorithm you need.