Sunday, March 11, 2012

How can I catch Sys.ScriptLoadFailedException?

Hi,

Ajax now loads the various script files in an asynchronous manner, and it is the responsibility of the script file, when completed to call execute code similar to the following:

if( typeof(Sys) != "undefined" && typeof(Sys.Application) != "undefined" ){

Sys.Application.notifyScriptLoaded();

}

Best Regards,

No comments:

Post a Comment