Hi, I´m returning a DataRow from an AjaxMethod (like GetCitizenStatus) but int the client the result is only an array. Before, in the version 5.x of AJAX library, this returns an array with name relations.
For example, before with 5.x this works for returning a DataRow: alert (result.value ["User.ID"]) is 1. But now with the last version: alert (result.value ["User.ID"]) is undefined but alert (result.value [0]) is 1. Please is urgent because I support the forms with one dimension queries with DataRow results. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
