Home - Forums-.NET - FlyTreeView (ASP.NET) - SelectedIndex

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

SelectedIndex
Link Posted: 27-Nov-2006 04:14
Hi,

I am trying to find a way to set the selected node to null ie no node selected, just as with a list control using SelectedIndex = -1.

Can anyone tell me how this can be achived?

Thanks

Oliver
Link Posted: 27-Nov-2006 04:20
After posting I thought I would try null and wouldn't you know it... it works.

TreeView.SelectedNode = null


Sorry for the needless post!