G
Guest
Hi, I am using the app.config file to store the ConnectionString to the data.
I want to add a list of table names to this file so I could populate a combo
on FormLoad.
I found very easy to get the ConnectionString using the
ConfigurationManager.ConnectionStrings("name"), whoever I could not find any
examples of adding a list of values to the config file and retreaving it.
Could someone give a hand or an example.
I want to add a list of table names to this file so I could populate a combo
on FormLoad.
I found very easy to get the ConnectionString using the
ConfigurationManager.ConnectionStrings("name"), whoever I could not find any
examples of adding a list of values to the config file and retreaving it.
Could someone give a hand or an example.