I am just wondering is there any example that show me how to change the treeview structure using Sql SiteMap provider.
My current issue is that, I would like to load all the structure from sql site map provider into treeview, then re modify the node structure, e.g move node A under node B , or move Node C which contains child nodes Node D , Node E , under Node A, and be save to persist all of those changes back into database.
Could anyone show me how to do it. Or recommend me to use other component instead.
Thank you.