<script type="text/javascript" language="javascript">
var prm=Sys.WebForms.PageRequestManager.getInstance();
prm.add_initializeRequest(initializeRequest);
function initializeRequest(sender,args){
if(prm.get_isInAsyncPostBack())
args.set_cancel(true);
}
</script>
Friday, November 19, 2010
Sys.InvalidOperationException: ScriptLoader.loadScripts cannot be called while the ScriptLoader is already loading scripts.
Solved..put this script
Subscribe to:
Post Comments (Atom)
How to Create Events Using Microsoft Graph API with Delegated Permissions and MSAL.js
Microsoft Graph API provides powerful capabilities to interact with Microsoft 365 services. In this guide, we’ll explore how to create calen...
No comments:
Post a Comment