How to set a key in application configuration file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JOHNYKUTTY
    New Member
    • Dec 2010
    • 10

    How to set a key in application configuration file?

    Hey,
    I am developing an application in C#.net, i want to store some settings in application configuration file. iused the followin code
    Code:
                ConfigurationSettings.AppSettings.Set("folder", txtfolder.Text.Trim());
    but it is not working properly. Anyone can help me???????
    thank you
Working...