tags:

views:

27

answers:

2

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
+1  A: 

If you do use a DB make sure they are not repeating in the DB :)

Arthur Thomas