If I have a 2 pages both using the same layout page, is there a way I can navigate between the 2 pages and only refresh the body part of the layout page. For example if I have a list page and select an item to go to the detail page and they both contain
the same layout view, I don't want the layout which contains the menu to reload, just the page containing the layout view similar to a partial page postback. Thanks.
atllocal74
Member
19 Points
38 Posts
How to avoid refresh of layout view when navigating between pages
Mar 27, 2012 09:35 PM|LINK
If I have a 2 pages both using the same layout page, is there a way I can navigate between the 2 pages and only refresh the body part of the layout page. For example if I have a list page and select an item to go to the detail page and they both contain the same layout view, I don't want the layout which contains the menu to reload, just the page containing the layout view similar to a partial page postback. Thanks.