Okay, I found the cause of the error. The server-side method has a string parameter. I defined the variable in javascript as follows:
var id = 0; Under the 5.4.11 version of AjaxPro the method executed as expected. Under version 6.4.15.1 the variable need to be defined as follows; var id = "0"; Problem solved --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
