Click here to Skip to main content
15,917,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Give Configuration path to I frame
Posted
Comments
Kornfeld Eliyahu Peter 29-Dec-14 5:43am    
You may care to phrase your question in a way that also people can't see your monitor (or read your mind) can understand it?
Member 10453691 29-Dec-14 5:46am    
In AspNet C#. We had Write the Path In Webconfig. So i have many of documents in Webconfig Path. Now i want to show that files in I Frame Is it possible?
Kornfeld Eliyahu Peter 29-Dec-14 5:57am    
Probably you can...
Can you show a sample code to be sure we are on the same page?
Like, how path stored in web.config?
How iframe connected to all the story?
Member 10453691 29-Dec-14 6:02am    
You can write these code in webconfig <add key="FolderPath" value="F:\TEMP\">

AFter that you can retrive these path using below code

ConfigurationSettings.AppSettings["FolderPath"];
Member 10453691 29-Dec-14 6:02am    
<add key="FolderPath" value="F:\TEMP\">

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