Hi,
im having a ultrawebtab control which has two tabs with a ultrawebtree each.
If im deleting a node of a tree, which is present in the first tab, the node image changes.
After that im navigating to the second tab and making some changes to that and coming to the first tab.
now the problem is im not getting the new image in the first tree node. The old image is replacing the new
one if i navigate to the tabs. Help me in solving this....
Regards,
jawahar
Hi Jawahar,
Problem looks specific to your application and may depends on other things like postback while navigation, etc. Please submit a bug report and attach simple application (aspx/cs files) to reproduce that.
thanks for your reply. Actually the problem is in the postback. i have done that by cancelling the postback by evnt, cancelPostBack=true.
Thanks again.