I am working on a page with Treeview properties. This page has set of html links which looks as following:
1.Parent
1.1 child
1.2 child
1.2.1 grandchild ....
I generate this page by dynamically loading a xml file. Now I want to provide user with an option to add parent/ child links on the UI, and update the database and XML file soon user makes any changes.
I am clueless about how to proceed for this problem. Please provide me any references or hints to do this.Thank you
I finished working on this problem ! it works fine now 🙂 I created crud methods in business layer to do this