Hi, e.Node.Value.ToString in the NodeSelected event return the prevous selected node not the current selected one!
Public Sub flyTreeView_NodeSelected(ByVal sender As Object, ByVal e As NineRays.WebControls.FlyTreeNodeEventArgs) Handles flyTreeView.NodeSelected
Dim strSelected As String = e.Node.Value.ToString
..
End sub
What I'm doing wrong?