Hi, I have an object which is basically a set of properties plus a collection of objects. Objects in the collection have a simple set of properties.
I can successfully pull my object into the client-side script & manipulate it as required. However, when I pass it back to the server (time to update the database!) the collection is empty. Debugging shows me that the passed javascript object has an array with the expected contents. Is this a bug, or do I need a custom converter? If the latter, is there any example code available for this type of object structure? regards, Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
