Connecting Tech Pros Worldwide Forums | Help | Site Map

Master page refresh for each postback question

Bishop
Guest
 
Posts: n/a
#1: Apr 5 '06
Using master pages, everytime the page reloads there is a delay where I see
the background, then the new page starts to display. Although I remember
seeing some of this with asp.net 2003 it seems more pronounced with 2005
master pages.

Is this just in my head or is this a common occurance and is there any
adjustments or caching that can be done to minimise this?


clickon
Guest
 
Posts: n/a
#2: Apr 5 '06

re: Master page refresh for each postback question


I don't experience this, but if you have relatively little code in the page
load event of the master page and lots of complex code in the pageload event
of the content page then that may be the cause.

"Bishop" wrote:
[color=blue]
> Using master pages, everytime the page reloads there is a delay where I see
> the background, then the new page starts to display. Although I remember
> seeing some of this with asp.net 2003 it seems more pronounced with 2005
> master pages.
>
> Is this just in my head or is this a common occurance and is there any
> adjustments or caching that can be done to minimise this?
>
>
>[/color]
Bishop
Guest
 
Posts: n/a
#3: Apr 5 '06

re: Master page refresh for each postback question


I can understand the entire page load waiting on the content page to process
but in many cases it's not much processing that takes place.


"clickon" <clickon@discussions.microsoft.com> wrote in message
news:0AA81D5C-5557-4B8A-9931-91B53DEF5849@microsoft.com...[color=blue]
>I don't experience this, but if you have relatively little code in the page
> load event of the master page and lots of complex code in the pageload
> event
> of the content page then that may be the cause.
>
> "Bishop" wrote:
>[color=green]
>> Using master pages, everytime the page reloads there is a delay where I
>> see
>> the background, then the new page starts to display. Although I remember
>> seeing some of this with asp.net 2003 it seems more pronounced with 2005
>> master pages.
>>
>> Is this just in my head or is this a common occurance and is there any
>> adjustments or caching that can be done to minimise this?
>>
>>
>>[/color][/color]


sparkling.darkling@googlemail.com
Guest
 
Posts: n/a
#4: Apr 6 '06

re: Master page refresh for each postback question


I thought the Master page controls were injected into the page
hierarchy? I don't think they render separately - if you're now having
problems and weren't before, I think you'd have to look elsewhere.

Anyone want to prove me wrong (again) on this?

Bishop
Guest
 
Posts: n/a
#5: Apr 6 '06

re: Master page refresh for each postback question


it's just that the pages come up much slower than they did with asp.net
2003. I setup a test with pages that rendered static HTML. When I click a
link I see the background color for a sec, then the page displays. with
2003 the same thing happened but the time between seeing the background
color and the new page seemed much faster.

<sparkling.darkling@googlemail.com> wrote in message
news:1144278311.277142.291790@i39g2000cwa.googlegr oups.com...[color=blue]
>I thought the Master page controls were injected into the page
> hierarchy? I don't think they render separately - if you're now having
> problems and weren't before, I think you'd have to look elsewhere.
>
> Anyone want to prove me wrong (again) on this?
>[/color]


Closed Thread


Similar ASP.NET bytes