We have the following structure
Splitter
Pane
Splitter
Pane
SlidingZone
SlidingPane
Button initiating
SlidingPane
SlidingPane
Spiltbar
Pane
Panel Updating
Splitbar
Pane
Splitbar
Pane
SlidingZone
SlidingPane
Sliding Pane
When we click the button it performs the ajax request and completes correctly but then a JavaScript error occurs:
Sys.ScriptLoadFailedException. The script ScriptResource.axd?{BLAH} contains multiple calls to Sys.Application.notifyScriptLoaded(). Only one is allowed.
As such no more JavaScript executes.
This is an asp:content control with the asp:ScriptManagerProxy and telerik:RadAjaxManagerProxy in the same control.
Why is this error occuring? What can we do to sort it out?
Splitter
Pane
Splitter
Pane
SlidingZone
SlidingPane
Button initiating
SlidingPane
SlidingPane
Spiltbar
Pane
Panel Updating
Splitbar
Pane
Splitbar
Pane
SlidingZone
SlidingPane
Sliding Pane
When we click the button it performs the ajax request and completes correctly but then a JavaScript error occurs:
Sys.ScriptLoadFailedException. The script ScriptResource.axd?{BLAH} contains multiple calls to Sys.Application.notifyScriptLoaded(). Only one is allowed.
As such no more JavaScript executes.
This is an asp:content control with the asp:ScriptManagerProxy and telerik:RadAjaxManagerProxy in the same control.
Why is this error occuring? What can we do to sort it out?