Hi Experts,
I am working on a website where I have many lookup values like cities, states, countries car makes, models and many more. there are alwasy two fields for these values ID and Description. Now I have a question, should I keep them in one table and keep some TypeId kind of field which differentiate them or should they stay in differnt tables.
Also how would be my Dataprovider class, currently I am thinking to have one class which can provide all the data. But, I feel there will be many methods in this class.
Suggestions will be welcome.
Regards Parminder