Click here to Skip to main content
15,923,015 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working one project it have two sub project first one is admin-side and second one is user-side ! i am save file in admin-side so file save in admin-side project , i want to display same file in user-side...any suggestions please!!

What I have tried:

i am trying to save file in user-side, but file not save
Posted
Updated 18-Mar-19 18:10pm

1 solution

Create a third project (dll) with methods for saving, restoring, printing, archiving, etc. the file(s) in common / shared from that new project's "App data folder", SQL lite database, etc.
 
Share this answer
 
v2
Comments
Member 13944608 19-Mar-19 0:29am    
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900