E
Ed Dror
Hi there,
Based on Microsoft ASP.NET SDK treeview control binding to northwind
database (Categoried, Products)
I added the following code
Protected Sub TreeView1_SelectedNodeChanged(ByVal sender As Object, ByVal e
As System.EventArgs) Handles TreeView1.SelectedNodeChanged
Me.TreeView1.SelectedNode.NavigateUrl = Me.TreeView1.SelectedNode.Text +
".aspx"
End Sub
For example I added Chai.aspx
Everything works fine when you click on sub menue Chai the Chai.aspx appear
But it dosent appear when you click once you need to click twice on the
treeview control to see the Chai page
My question how to make the treeview control function like binding to
regular xml (sitemap) with one click only
I checked almost 10 other samples of treeview binding to database and all of
them need to click twice on the sub menu
Thanks,
Ed Dror
Email: (e-mail address removed)
Based on Microsoft ASP.NET SDK treeview control binding to northwind
database (Categoried, Products)
I added the following code
Protected Sub TreeView1_SelectedNodeChanged(ByVal sender As Object, ByVal e
As System.EventArgs) Handles TreeView1.SelectedNodeChanged
Me.TreeView1.SelectedNode.NavigateUrl = Me.TreeView1.SelectedNode.Text +
".aspx"
End Sub
For example I added Chai.aspx
Everything works fine when you click on sub menue Chai the Chai.aspx appear
But it dosent appear when you click once you need to click twice on the
treeview control to see the Chai page
My question how to make the treeview control function like binding to
regular xml (sitemap) with one click only
I checked almost 10 other samples of treeview binding to database and all of
them need to click twice on the sub menu
Thanks,
Ed Dror
Email: (e-mail address removed)