Hi all,
I'm a beginner with asp net, we work with asp net 4.0 and infragistic version dot net 4.0
I have a page with a control type of UltraWebTree i build some root with some child without problem :)
Now, when i click on a child i open a detail page.
this page contains my informations and a button for to select an other parent (change parent)
But when i click on the save button for to save child information with the new parent i have a problem
my child is locate on the tree two time !!!!
Yes, my child is locate on the last parent and on the new parent ..
Any idea ?
I've try to start a javascropt function with the new parent and last parent for to refresh the node (last, and new) but that's doesn't work ..
thanks for your time and your simple
Christophe
Hi Christophe,
It sounds like you may be binding your node to the tree a second time unexpectedly. I'm unsure of how you've set up your pages, and I can't immediately tell what could be causing this. If you could provide some more information of how you're binding your data and what you are doing when the Save button is pressed. Or if you can provide a sample of the code and markup you're using, I could take a better look at this to help find the cause.
Looking forward to hearing from you.
Hi,
sorry but i was on day off until this day.
thanks to your reply the problem is solve.
for to do that, the person has stored in a hidden field le new parent and the last parent
and rather than to do TWO asynchrone post back he realise just one and i've just to test and that's work fine.
thanks for all