Change page without refreshing pagehttp://forums.asp.net/t/1775595.aspx/1?Change+page+without+refreshing+pageThu, 01 Mar 2012 13:50:25 -050017755954858983http://forums.asp.net/p/1775595/4858983.aspx/1?Change+page+without+refreshing+pageChange page without refreshing page <p>I'm starting a asp.net 3.5 project and I'm using a master page and content pages.&nbsp; Is there a way either with ajax or some other controls to not refresh the master page portion just the content portion?&nbsp; I don't want the user to see the screen blinking.&nbsp; Most of the pages will have static links to other pages and documents.&nbsp;</p> <p></p> <p>Is this possible?</p> <p></p> <p>Thank you</p> 2012-03-01T13:23:42-05:004858992http://forums.asp.net/p/1775595/4858992.aspx/1?Re+Change+page+without+refreshing+pageRe: Change page without refreshing page <p>Hi,</p> <p>Try use the UpdatePanel control.</p> <p><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.updatepanel.aspx">http://msdn.microsoft.com/en-us/library/system.web.ui.updatepanel.aspx</a></p> 2012-03-01T13:28:24-05:004859037http://forums.asp.net/p/1775595/4859037.aspx/1?Re+Change+page+without+refreshing+pageRe: Change page without refreshing page <p>Don't try this. First, it requires you to load other content into the main body area dynamically. It also means you don't change the URL ever. Don't try to use techniques that are not standard, there are reasons most companies don't bother with this and your users aren't going to notice your site blinking between pages if every other site they visit does.</p> <p>What you can do is optimize load times, simplify the CSS and HTML so it renders very quickly. This will minimize the impact of the transition from page to page as optimization allows certain elements to load quicker.</p> 2012-03-01T13:50:25-05:00