tags:

views:

151

answers:

1

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 control this. and 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.

A: 

I'd love to have an answer to this, as well. The toolkit's blind insertion of javascript, without regard to best practices, has led our devs to make ridiculously large pages.

The whole POINT to the toolkit is to make design easy, but now we have to refactor our entire UI, because of the 'ease' it provided. We're sending HUGE pages out, which we cannot cache.