Groups | Blog | Home
all groups > asp.net webcontrols > october 2004 >

asp.net webcontrols : Newbie: Trouble accessing all nodes in a tree view



clsmith66
10/27/2004 11:05:06 AM
I have a tree view in an ASP.NET application and I am having trouble
accessing all the nodes in the list. My tree has a single root node named
Clients. The root node contains multipule nodes each one representing a
different client. Each client node has several child nodes for different
application specific functions. The trouble I'm having is attempting to add
a new node at a deep level on the tree. Every time I use
tvClientMenu.Nodes() (tvClientMenu is the id of the tree view) the only node
listed in the collection is the root node Clients. Is there any way to
return all the nodes in the tree view, regaurdless of which level they're on,
vbMental
10/27/2004 6:41:02 PM
How are you using a treeview in an ASP.NET application?

[quoted text, click to view]
clsmith66
10/28/2004 8:55:06 AM
It is the Microsoft IE Web Control tree view.

[quoted text, click to view]
AddThis Social Bookmark Button