ScriptManager and Resource Compression
Posted by: Rick Strahls WebLog,
on 18 Dec 2006 |
View original | NEW Bookmarked: 0 time(s)
I was putting on the finishing touches on a component Im building for a customer which is using needs to be MS Ajax aware. Part of this was the post I made last week regarding dynamically figuring out whether to send ClientScript script and page insertions to the ScriptManager or the ClientScript manager dynamically. The primary reason for this is to ensure controls work properly when running inside UpdatePanels with MS Ajax. It all works fine.
One nice side benefit of using the ScriptManager...