Hi,
I am getting animation script error while trying to save webdatatree nodedata using ajax method
could you specify which version of the tree you are using. It would be greate if you could upload a sample web site that reproduces the issue. If sample contains proprietary code, please contact developer support and give the sample to them.
Thanks,
Lubomir
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
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.
Hi, Is ther any sample code u can share for this.
On the server side, the DataTreeNode object has a property called Value. Did you resolved the javascript error?
how to get valuestring of the node from serverside assigned in client side in webdatatree