Hi all,
How can i delete my parent node and their child nodes from the webtree,and also delete the corresponding datas of nodes from the database.The parent node may contain any number of child nodes.How can i do that.
Hello,You can use the properties UltraWebTree1.Nodes.RemoveAt(); or UltraWebTree1.Nodes.Remove();Hope this help.Thanks.