If I have repeating labels throughout the site - is it a good way to keep them in a database so that I can change all of them in one place? Or is there some other way?
A:
What environment are you in? Resource files might be a better way than a database. In ASP.Net, you can use them for multiple languages also (I'm not familiar with resource files in other environments).
phaedra
2009-12-11 17:52:04
+1
A:
If you do use a DB make sure they are not repeating in the DB :)
Arthur Thomas
2009-12-30 03:52:13