Okay, I getting different results not too. A method that previously
worked now breaks under certain conditions.
The call_cack method is as follows:
function DoLoadEmployees_callback (res){
if (res.error != null){
alert (res.value);
return;
}//
document.getElementById("divlstEmployees").innerHTML = res.value;
res = null;
}//ef
Fiddler shows this under the "Ajax.Net" button -> TextView tab.
null; r.error = {"Message":"Object type cannot be converted to target
type.","Type":"System.ArgumentException"}
The interesting thing is the the alert function is executed even though
the value in the alert box is 'null'.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---