sodakotahusker
Programmer
- Mar 15, 2001
- 601
I have never done this before but this appears to be a desirable route. If I have content for drop down lists which rarely changes - would it be feasible (and possible) to read the data from the database in the global.asax file and populate an array or arraylist or collection - whatever makes more sense - and then populate and dropdowns needing that list using the application variable instead of going back to the database every time the pages needing that data are loaded? I have not seen a sample of writing code behind in the global.asax file - but I am assuming you can do that? Can anyone poke some holes in my theory or give me some backup - before I wade in and spend time on a proof of concept?