I have a List with objects that I reuse on several pages. At this moment I read the List from the database on each page, resulting in several unnecessary select queries.
Is it possible to put the List with objects in some kind of application state object, so I can reuse it over and over again on my pages? How do I need to do this? And how do I access this object in my pages? Thanks! JP