Home > Software design >  Asp.net core mvc Folder TreeView
Asp.net core mvc Folder TreeView

Time:09-17

enter image description here

How can I create this structure with Asp.Net Core? Please help.

CodePudding user response:

You can do it using TreeView. take a look at this

CodePudding user response:

If you want it to be dynamic you have to create a parent-child table and on Backend and And on the UI side, use one of the JavaScript plugins like :

https://www.syncfusion.com/javascript-ui-controls/js-treeview

  • Related