Posted on 2008-04-21 19:37
玄铁剑 阅读(984)
评论(0) 编辑 收藏 引用 所属分类:
Ajax
ScriptManager control has LoadScriptsBeforeUI property which you can set to “False” in order to postpone several script downloads after the content is downloaded. This adds the script references end of the <body> tag. As a result, you see the content first and then the additional scripts, exteders, ACT scripts get downloaded and initialized.
< asp:ScriptManager ID ="ScriptManager1" runat ="server" EnablePartialRendering ="true" LoadScriptsBeforeUI ="false" ScriptMode ="Release" > ... </ asp:ScriptManager >