TreeView ASP.Net 2005 Selectednode_Changed always returns first childnode

TheWizardofInt

Junior Contributor
Joined
Dec 31, 1969
Messages
333
Location
Orlando, FL
I have the treeview added to the page at design time

In runtime, I add a bunch of nodes to it

Now, I want to select a node by firing the SelectedNode_Changed event

It always finds the first node as selected

Am I missing something here?
 
Back
Top