Hi, I have like 4 cascading select elements that i populate using the AJAX functions of JQuery.
I was trying to use the BlockUI to block the page until all select elements are correctly populated. It seems to be working only when i use the default blockUI settings because each time i set the message parameter it starts throwing an error about a missing GUID in JQuery. This is the statement: $(document.body).ajaxStart($.blockUI({ message: '<h1>Just a moment...</ h1>' })).ajaxStop($.unblockUI); The Error: Microsoft JScript runtime error: 'guid' is null or not an object PS: Can it be because i have ajax calls inside ajax calls? Regards