R
Ryan Fiorini
1. Every page of my site is going to have a menu at the top.
2. The menu is driven by XML stored in SQL.
3. Many of the pages in the body (in addition to the menu) will also need
this XML
4. I don't want to have to hit SQL twice to retrieve the XML (Once for the
Menu and twice for the rest of the page).
5. I am using Code Behind.
What is the best way to develop this?
Thanks,
Ryan
2. The menu is driven by XML stored in SQL.
3. Many of the pages in the body (in addition to the menu) will also need
this XML
4. I don't want to have to hit SQL twice to retrieve the XML (Once for the
Menu and twice for the rest of the page).
5. I am using Code Behind.
What is the best way to develop this?
Thanks,
Ryan