Hi all,
I am writing an app for a client. There will be about 5 main 'sections' of the site. Using master pages and/or AJAX I want to accomplish the following:
a. Main links 1-5 when clicked will refresh/load the lower portion of the screen, not the top logo/menu. (I want to not have to reload the logo/menu after the first page.)
b. sub-'pages' (ajax areas or whatever) 1-5 EACH have a left-side menu with several menu items. (I want the left-side menu not to reload when links are clicked... only the right half that has data in it.
Basically, there's a main 'menu' at the top with the logo. then there's about 5 or so main 'pages' that each have 1-20 sub 'pages' based on their 'left-side menu' specifically. Does this make sense?
When an item in the main menu is clicked, the lower half refreshes/loads with a 'page'... that page has a 'left-side menu' and a right-side area. the right side area will refresh/load when a 'left-side menu' item is clicked.
I am making it all in DIV's and using XP Pro/VS2005 and a 2k3 server. How do I have to handle/order the update panels to handle this? How manuy 'base pages' can/must there be? I realize there are a few ways of doing this, but I want to not use custom javascript and/or anything outside MS if possible.
I am trying to cut down on network traffic and do partial page refreshes as much as possible.
Thanks much.