Hi,
I am very new to ASP.NET MVC. I want to create treeview dynamically at runtime with user input for root, parent and chid node.
I want there should be buttons (ADD Root, Add Node, Delete Node, Edit Node) and there should me textbox. When user enter text in textbox
and click on ADD Root button, it should create ROOT NODE, and in this way user should be able to create parent and child nodes also.
Can any body please send me any link or code for this TreeView.
Thanks in advance