An update to the ClientScriptProxy Class for ScriptManager/ClientScript
Posted by: Rick Strahls WebLog,
on 21 Jan 2007 |
View original | Bookmarked: 0 time(s)
A while back I had posted a ClientScript Manager wrapper that is able to detect whether the MS Ajax extensions are loaded and if so uses the MS Ajax ScriptManager instead of the standard Page.ClientScript to handle embedding of script resources into the page. As you probably know the UpdatePanel control requires that any controls write their output to the new ScriptManager rather than the to the Page.ClientScript object in order for MS Ajax to detect when script, resources and other page related...