Hi all
I've got a 'best practice' question here.
I've got several dropdown lists on a web application to allow the user to select various options e.g. Title (Mr, Mrs etc.). The application should be easy to update and we cannot use a database to store the values.
What would be the best option to use? A set of predefined options in code or storing the values in an XML file?
Thanks as always
Craftor

I've got a 'best practice' question here.
I've got several dropdown lists on a web application to allow the user to select various options e.g. Title (Mr, Mrs etc.). The application should be easy to update and we cannot use a database to store the values.
What would be the best option to use? A set of predefined options in code or storing the values in an XML file?
Thanks as always
Craftor