Stop Master page refreshing while navigating between pages?
Posted
by Wael Dalloul
on Stack Overflow
See other posts from Stack Overflow
or by Wael Dalloul
Published on 2010-04-21T07:46:14Z
Indexed on
2010/04/21
7:53 UTC
Read the original article
Hit count: 362
I'm using Master Page in my ASP.net application, in the master page I put a ContentPlaceHolder in Update Panel to support AJAX in child pages, the question is how to stop Refreshing "master page controls" while navigating between pages?
For navigation between pages I tried to use Response.Redirect, windows.location java script with no success, shall I use the Frames or IFrames instead of Master Pages to stop Refreshing?
any suggestion to solve this issue will be highly appreciated, Thanks in advance...
© Stack Overflow or respective owner