Home - Forums-.NET - FlyTreeView (ASP.NET) - SelectedNodeChanged event not getting fired

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

SelectedNodeChanged event not getting fired
Link Posted: 11-Apr-2007 01:22
Hiii... Firstly I would liek to inform that I am using the trial version of FlyTreeView. By running following code, the SelectedNodeChanged event is not getting fired. I would really appreciate if somecan can point out the problem. Warm regards, Shantanu [code] <%@ Register Assembly=\"NineRays.WebControls.FlyTreeView\" Namespace=\"NineRays.WebControls\" TagPrefix=\"nr\" %> protected void tree_SelectedNodeChanged(object sender, SelectedNodeChangedEventArgs e) { Button1.Text = e.Node.Text + \" was selected\"; } Untitled Page
[/code]
Link Posted: 11-Apr-2007 04:21
Using the latest version and exactly your code:



Seems to work as it should.

But do you press the button after you select some node?

Or do you need the form to automatically postback when you select node?