Hi,
I'm developing a Cms. There are some web user controls;
TopMenu.asx SubMenu.ascx FooterMenu.ascx
I do not want them to go Database for Site Map several time. 1 query is enough.
Is there a way to do this without using an Session Object.
Thanks