Creatin Combo lists using an App Config file
-
Hi. I have searched and searched and finally at the end of my tether! My task is quite simple but I cannot find a solution. I would like to store various lists of Key Value pairs to use in my application as these may change in the future. Can any one point me in the right direction?
The FoZ
-
Hi. I have searched and searched and finally at the end of my tether! My task is quite simple but I cannot find a solution. I would like to store various lists of Key Value pairs to use in my application as these may change in the future. Can any one point me in the right direction?
The FoZ
Hi, From the design point of view, get a list of all combo box from your applicatoin and save all values in database with combo name and values in one table. Later you can allow to change values by providing configuration screen to the user, that will update the this table.
-
Hi, From the design point of view, get a list of all combo box from your applicatoin and save all values in database with combo name and values in one table. Later you can allow to change values by providing configuration screen to the user, that will update the this table.
Thanks for the reply. It is something that I have considered but it's one of those things where I would like to use the AppConfig file route as that means adding more tables to the already huge database (which is out of my control and will need permission for) and the data is very unlikely to change. It would be a nice hurdle to jump over in my project.
The FoZ