Click here to Skip to main content
15,890,825 members

Comments by Member 2294293 (Top 2 by date)

Member 2294293 18-Dec-17 14:07pm View    
How do I give the user the choice to choose from the list of data that already exist, either to update or disregard
Member 2294293 25-Nov-17 10:50am View    
https://www.codeproject.com/Articles/1185174/How-to-create-Dynamic-draggable-and-droppable-Tree

How to create Dynamic draggable and droppable TreeView with checkbox in MVC(for beginner)

I saw the post above, and it was very good. However, it only treats singular child node. Please, how do I create multi-level node. Whereby, a chlid will also have its children, and that child might also have its own. Also, how do I edit/update what I've done. I want to use the same code to achieve this. Please help with the source code