hello,
i have asp dot net website and i want user can create directory/folder in their user panel and the directory/folder they create they can see it. but it should be user wise like user A can see their folder only.
this article shows about directory creation but it does not show retrieval of directory and show to user
https://www.aspsnippets.com/Articles/Create-and-delete-folder-directory-in-ASPNet-using-C-and-VBNet.aspx
i want to show the directory to users, so following can added in your code
1. when user create directory
2. directory name store in db with userid
3. so when user login function check if user has created any directory if yes show this directory to user just empty folder nothing.
i think your code is code just need to add point 1 and point 2 in it and it will enhance the functions for us thank you.