adding settings in c# during runtime

  • Thread starter Thread starter joe.wilkes
  • Start date Start date
J

joe.wilkes

does anyone know how to add settings during runtime? I would really
like to incorporate this feature into a app that I am building.
 
What kind of "Settings" are you wanting to "add"? There are classes for
reading and writing to configSections in the <YourAppName>.exe.config file
and this can certainly be done at runtime. But, you need to be more specific
about what exactly it is you need to do.
-- Peterhttp://www.eggheadcafe.com
unBlog:http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com





- Show quoted text -

I am creating an app that will allow the user to choose fields they
would like to display in the view. The fields are originally coming
from a stored procedure but I would like to add fields automatically
when the stored procedure is adjusted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top