Hi,
I am getting animation script error while trying to save webdatatree nodedata using ajax method
On the server side, the DataTreeNode object has a property called Value. Did you resolved the javascript error?
Thanks,
Lubomir
how to get valuestring of the node from serverside assigned in client side in webdatatree
Hi, Is ther any sample code u can share for this.
what may make your taks simpler is the following. As far as I understand you are adding the nodes on the client side? You can add all of the nodes using client side add() method. Then initiate a postback and the on the server side subscribe to NodeAdded event. There you can traverse and save the relevant data like NavigateUrl, Text, ImageUrl and etc. of the newly added nodes and push it to SQL or other media. This way most of the saving logic will be done in the code behind using C# which makes the task easier.
Hope it helps.
Thanks for your Reply.....
I am using 10.3 version n the scenario is i want to create work breakdown structure in my page using webdatatree. save the parent n child node data to mysql table at the time of adding the node to the tree using ajax method.i am creating the node at client side n calling an ajax method from javascript.Please help as it is very urgent task i have to complete