Ajax.NET LoadScriptsBeforeUI

  • Thread starter Thread starter Jason Kester
  • Start date Start date
J

Jason Kester

Anybody here using Ajax.NET? Specifically with
LoadScriptsBeforeUI=false on your ScriptManager?

I've been banging my head against the wall all morning trying to get
that attribute to function as advertised. In theory, it should move
all the WebResource.axd script tags down below the rest of your
content so that your page will actually load in under 10 seconds. In
my experience, it does absolutely nothing. Those script blocks just
sit there up at the top of the form regardless of whether
LoadScriptsBeforeUI is True of False.

Can anybody here verify that LoadScriptsBeforeUI actually does
anything?

Thanks!
 
only the ajax resource includes (scriptresource.axd) are moved.


-- bruce (sqlwork.com)
 
Back
Top