I found a solution, and it works great as a general error handler on
the page.
AjaxPro.onError = function() {
...
}
AjaxPro.onTimeout = function() {
...
}
It would be better if I could handle errors on a per method call, but I
can't figure that syntax out, should it be something like this? If
anyone knows that syntax it would be great.
Namespace.Class.AjaxMethod(param1, callback, onErrorCallback,
onTimeoutCallback)
If someone could tell me the correct syntax that would be appreciated.
Leo
--~--~---------~--~----~------------~-------~--~----~
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/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---