Hi, I have an asp.net 2.0 web application master page that has a bit of code that grabs a short list of names from a database table and displays them in a banner. I'd like to grabs these names from another page in the application. What's the best way to do this? From what I've been reading, it seems like the global.asax file might be the way to go. I can certainly put the master page code in the global.asax instead, but then how do I make the code "available" to the rest of the app?
Much obliged,
Chris
...
Go to the complete details ...