can anyone please help me how can I set/store values in the app.config file using c#, is it possible at all?
If you are using App.Config to store values in or CustomSections section use ConfigurationManager class, else use XMLDocument class.
For example:
You could use the code posted on CodeProject