Project: ASP.NET 3.5 with C#
I have this much :-
A table which used to store the “Folders”. Each folder may contain sub folders and files. So if I click a folder, I have to list the content of the folder.
So I want to tell the user where he is now some thing like the following
Parent Folder –> Child Folder1 –> Child Folder1_1
Which ASP.NET control should I use here? How can I accomplish this task?
I think SiteMapPath is the best option. What you think ?
I hope the folder structure might be a dynamic one, so using SiteMap control is some what difficult. I will recommend you to manually do this my maintaining a ViewState/SessionState stored variable.
Update the Variable/Property when you are changing the Folder.