multiple calls to Sys.Application.notifyScriptLoaded()
-
guys, i got the exception Sys.ScriptLoadFailedException: The script '...' contains multiple calls to Sys.Application.notifyScriptLoaded(). Only one is allowed.] while i was calling the method
UpdatePanel.Update();
any one has an idea. -
guys, i got the exception Sys.ScriptLoadFailedException: The script '...' contains multiple calls to Sys.Application.notifyScriptLoaded(). Only one is allowed.] while i was calling the method
UpdatePanel.Update();
any one has an idea.hi, ali;
if (typeof (Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();
does this line of code remind you with some thing?
-
hi, ali;
if (typeof (Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();
does this line of code remind you with some thing?
well ..., I guess it does. 100 :rose:
Help people,so poeple can help you.