Find user select node in web treeview

T

Tim_k

Anyone know how to get the TEXT of the node selected by a user in a Web TreeView? I tried the code below but it only gives me the root treenode text. How do I get a child (or sub) node text?
Thanks,
Tim

Private Sub tvEnv_SelectedIndexChange(ByVal sender As Object, ByVal e As Microsoft.Web.UI.WebControls.TreeViewSelectEventArgs) Handles tvEnv.SelectedIndexChange
Dim n As TreeNode
Dim sText As String

sText = tvEnv.Nodes(e.NewNode).Text()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top