please I need help in Tree View

please I need help in Tree View
I want to get the SelectedNode Key
how can I get IT Tongue Tied


Answer this question

please I need help in Tree View

  • Pranav Shah

    Sure I try it
    but I want to get the Selected node KEY
    how can I get it
    I tried alot to find anything that help me but nothing
    I want to get the Key which I have add to it when I load the data in the tree

    TreeView1.Nodes.Add(Key,Text)

    The Key which I want


  • Richard_Mutschler

    Have you Tried TreeView.SelectedNode



  • marrow_Jamaica

    The key corresponds to the Name node. So the following would get the key:


    TreeView.SelectedNode.Name
     


  • please I need help in Tree View