Re: Master page refresh for each postback question

Tech-Archive recommends: Fix windows errors by optimizing your registry



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@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0AA81D5C-5557-4B8A-9931-91B53DEF5849@xxxxxxxxxxxxxxxx
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:

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?





.



Relevant Pages

  • Link in BulletedList from Code
    ... I have a master page that contains a BulletedList. ... In my page's Load event, I'm populating the bulleted list based on the role of the current user. ... Jonathan Wood ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Master Page Properties persist?
    ... It seems like each page load fires the page load event (non-postback) of the ... is actually firing BEFORE the Page_load event of the Master Page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Run Javascript function upon Page Load from Page Load event handle
    ... javascript function (myfunction) defined in the of that master page. ... adding the following to the page load event: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Opening a form while another is working
    ... In the LOAD event, it does a few things that take quite a bit ... I have another form that has a scrolling message telling ... Master LOAD, then, when all the time consuming functions were done, ...
    (microsoft.public.access.formscoding)
  • Opening a form while another is working
    ... the LOAD event, it does a few things that take quite a bit of time. ... I have another form that has a scrolling message telling the user ... My intention was to call the Wait form from the begining of the Master LOAD, ... then, when all the time consuming functions were done, check to make sure the ...
    (microsoft.public.access.formscoding)