Questions tagged [scriptmanager]

ScriptManager is an ASP.NET control that manages ASP.NET Ajax script libraries and is used for Ajax enabled controls, such as UpdatePanels

ScriptManager is an ASP.NET control that manages ASP.NET Ajax script libraries. The ScriptManager performs the following functions.

  1. Enables partial page rendering
  2. Enables client side script access to web services
  3. Enables use of authentication and profile services from the client

Only one ScriptManager can be allowed per page. For scenarios where a second ScriptManager reference is required, such as within an usercontrol, the ScriptManagerProxy control should be used.

521 questions
5
votes
3 answers

ScriptManager EnableCdn - does not work on SSL

I am trying to user EnableCdn property in ScriptManager. Basically I have this piece of code in my master page file:
tomkuj
  • 81
  • 1
  • 5
4
votes
1 answer

Use ScriptReference and ScriptManagerProxy to load script only if IE 8 or earlier?

I got the ScriptManager and ScriptManagerProxy to talk to jquery using this technique. But the ScriptReference tag doesn't seem to have a way to deal with this: