Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
How to Add a Child Node in selected parent node?
posted

Hai ,

  Give A solution To add a child node in selected parent node.. 

Parents
No Data
Reply
  • 23930
    Offline posted

    Hi JayaManickam,

     

    Thank you for posting in our forums.

     

    You can access the selected nodes from the SelectedNodes collection and then add a new node by using the Add method of the selected node’s Nodes collection.

     

    I have attached a small sample which demonstrates this suggestion.


    Please let me know if you have any additional questions.

    WT_AddChildNodeToSelectedParent.zip
Children