I am using Dynatree with ASP.NET and MVC4, I was able to Initialize Tree with the Data from Server end.
My question is how i can send data back to server on certain tree modifications. (For example Edit Node, Cut Copy Paste, Drag drop etc.)
Is there any working example to look at?