How do I control the amount of JavaScript Ajax Control Toolkit spits out?

Posted by RyanKeeter on Stack Overflow See other posts from Stack Overflow or by RyanKeeter
Published on 2008-10-30T14:36:15Z Indexed on 2013/10/22 21:55 UTC
Read the original article Hit count: 159

Filed under:
|

With the Ajax Control Toolkit, one can easily drag and drop all types of great extender onto controls, but they register a boatload of JavaScript to do it.

  1. How do I control this?
  2. If the ScriptManager is in the MasterPage, is there anyway to control the loading of a script on one page that isn't in another?

For example: calendar extender is on one page, but the script for it gets loaded on every page that is a child of the master page.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about ajaxcontroltoolkit