TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
CherRon McLemore
NA
32
0
Can you make folders and lock them in a database in C#?
Jun 25 2012 12:09 PM
I am building a desktop application that the user will logon to. I have the usernames and passwords stored in a database so that they will only be able to access certain forms.When the user logs in, I want them to be able to either upload or download a .pdf, .txt, or .jpeg file using this application.
My question: Is there a way I can create a database to store all the files I want but each user have its own folder in the database to separate what files they have access to? Once they login, I want to populate a treeview with all the files in their respective folders... At least that is my intention. Thanks!
Reply
Answers (
0
)
Can You Write a Class Without Specifying Namespace
Parse xml string and replace a particular character in C#