Hey,
I am developing an application in C#.net, i want to store some settings in application configuration file. iused the followin code
but it is not working properly. Anyone can help me???????
thank you
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());
thank you