Hi All,
I have a task that i need to display the policies in one page in C#3.5.
user will upload the policies docs and that policies are stored in the project.
Mumbai---Location1
1.HR Vision & Mission
2.About this Manual
3.Code of Conduct Policy
IT Manual
Admin manual
4.Statutory Compalins
Hyderabad---location2
1.HR Vision & Mission
2.About this Manual
3.Code of Conduct Policy
IT Manual
Admin manual
4.Statutory Compalins
1.Above are the Polcies title list
2.But in my project these polices pdf files are stored in separate folder.
3.when user will click on 1st policy title i need to dispaly that pdf file.
4.These polices are not in database.
5.Now i need to do that user will upload the polices but that pdf files are stored in poject folder only not in database.only need to store the policy titles in DB.
6. But the 3rd policy has the 2 child polices.when user will click on 3rd policy it display the child policies like menu.
Please any one send me the table structure and c# code
Thanks in advance
Loading
Pankaj RanaPosted Dec 10, 2011, 7:30 AM
ManagePolicy/NameChangeNY.pdf" target="_blank">Name Change
Provide absolute path of the pdf file in href attribute of anchor tag.
here, websitepath is set in web.conf file which is domain name,
ManagePolicy is the folder name where file is saved.
NamechangeNY.pdf is file name.
If you save file name in database then you can bind it from database.
demo:
http://www.rezilientdirect.com/ManagePolicy.aspx
click on Name chage link it will open file
http://www.rezilientdirect.com/ManagePolicy/NameChangeNonNY.pdf