Can you post your code, it sounds like you are not making a new instance on the second record. array.push = new Array(1,2,3,4) array[int] = new Array(1, 2, 3, 4)
starsky wrote: > Hi, > > I've having a problem accessing an array which is a member of a complex > class that I am returning to my callback function. I can access all the > properties of the class, including my 4x2 array, but for some reason > all of the rows are the same. I've run the same code in a normal > serverside manner and all of the rows are different, which is how they > should be. Is there an issue in returning arrays of strings to the > client side? > > I figure if there is, then I can substitute the array for a DataTable > which I should then be able to access. Sound ok? > > Ta, > > David --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
