Is it possible to have an object available to all pages in a given solution? For example if I wanted to store a Database Object and make it available to all pages in my solution but the datasource of that object depended on a selection made by the user, how would I achieve that without passing the object explicitly from page to page?
Thanks for replies
Thanks for replies