dynamic drop down

Hi to all, if i want to impliment dynamic dropdown i need to store those into database?

If they are constants then you can just declare them as constants. I generally find that 'constants' of that type tend to be rather variable with time so it may be better to seed them into the database anyway.

Colin