I dloaded the last version (6.7.20.1) and the method where i use the Javasctipy Array object as parameter stop working...
An example: the call of the function Public Function doSave(ByVal Obj As cRigaOrdine) As DataSet work good If i change the function to recieve an array like this: Public Function doSave(ByVal Obj As cRigaOrdine, ByVal Arr As AjaxPro.JavaScriptArray) As DataSet Doesnt work returning the error: Method not supported.. the javascript side is: obj = is a user defined object and works good. var Arr = new Array(); DettagliOrdine.doSave(obj,arr,doSave_callback); --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
