I've been searching for a while and ended up in a dead end and decided to post here. I have a single table from which I create a URL to open a file. However, I need to nest the links with their parent "folder" name. I chose the repeater because I use it a bit more comfortably (new to asp.net).
My repeater looks like this:
This will show me all links successfully, but I have no idea how to add the appropriate header from the "folder" name.
My table looks like this:
ID | Description | ParentFolder | FilePath
1 text general /general/text.txt
2 text1 general /general/text1.txt
3 text NewFolder /NewFolder/text.txt
The desired result should look something like this on the website
general
text
text1
NewFolder
text