Tip : What can I do with ScriptManager.LoadScriptsBeforeUI?

July 19, 2008 17:53 by Chandana

Yes, what is that…? Yes, you canot do anything bit with it. But if you really think about the user experience in ASP.NET AJAX UI, then better to consider about this property.

As you know some ASP.NET AJAX application’s UI loads bit fast but it takes few seconds to interact with user. In other hand some application’s UI takes more times to load, but user can interact with UI as soon as it loads. So, simply you can choose the option with ASP.NET AJAX ScriptManager like below…

 

 

 



If you set ScriptManager.LoadScriptsBeforeUI = True, then script load first and next UI markup. If you set ScriptManager.LoadScriptsBeforeUI=False, then UI load first and next Script. So, UI will load some fast but have to wait till script load.

FYI: LoadScriptsBeforeUI default value is TRUE.


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts

Add comment


(Will show your Gravatar icon)  

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

September 7. 2008 14:39