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: 185
ASP.NET
|ajaxcontroltoolkit
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.
- How do I control this?
- If the
ScriptManager
is in theMasterPage
, 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