Hi!

I am developing an asp.net application using c#.

I have to display some items in a dropdownlist. Same dropdownlist is displayed in several pages in my application. Presently, the items are hardcoded. For some reason, I dont want to pick it up from the database and populate it.

But since, the dropdown list is on several pages, I want a store, where I just change the collection (items) and my items in the dropdown list is refreshed in all the pages.

Can it be done. Can something be done with web.config?