Click here to Skip to main content
15,891,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
Please help me.
I am Creating a dynamic tree using Asp.net,C# add new node to selecting parent or child anything node.
Posted
Comments
jim lahey 7-Apr-11 8:36am    
Pardon?
Tarun.K.S 7-Apr-11 8:51am    
Hello
Please help me.
I am Creating a dynamic tree using Asp.net,C# add new node to selecting parent or child anything node.
:D
Smithers-Jones 7-Apr-11 9:04am    
I was going to point out, that repeating the exact same sentence won't get you any further until I saw that commentor's name != OP's name. :-)

It's too hot in my office right now.
Tarun.K.S 7-Apr-11 9:45am    
Lol! =))
Kubajzz 7-Apr-11 9:57am    
Just made my day :)

If you are asking how to add a node to the selected node, it could be done as so:

C#
TreeView.SelectedNode.Nodes.Add(nodeToAdd);
 
Share this answer
 
v2
 
Share this answer
 
Comments
HMSaad 27-Apr-11 0:09am    
Thank you for useful LINKS.
Sandeep Mewara 27-Apr-11 0:20am    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900