Joseph Guadagno schrieb: > You can only access a DataTable via the actual column names...
Yes, and no. The column-names are in the DataTable.Columns Array, so that var dt = ds.Tables[0]; alert(dt.Rows[0][dt.Columns[0].Name]); works. I tested that before i wrote it. -- Freundliche Grüße Albert Weinert http://der-albert.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
