Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi
how to read key from app.config using value in c#.

thanks..
Posted
Comments
Thanks7872 31-Oct-14 8:44am    
Copy question text and paste it in Google.com search box. Let me know if theres still an issue.
Tomas Takac 31-Oct-14 8:45am    
Are you looking for System.Configuration.ConfigurationManager.AppSettings? Can you be more specific?

1 solution

Check this link
http://stackoverflow.com/questions/17663305/reading-keyvalue-pairs-into-dictionary-from-app-config-configsection[^]

Read the last answer. Just write additional line of code for searching the value in the list, and select the corresponding key.
 
Share this answer
 
v2

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