I cannot seem to find the syntax to loop through a datatable I have
tried a few different things including

for(var i=0; i<dtItems.value.rows.length; i++)
for(var i=0; i<dtItems.value.Rows.length; i++)
for(var i=0; i<dtItems.rows.length; i++)
for(var i=0; i<dtItems.Rows.length; i++)
for(var i=0; i<dtItems.length; i++)

to no avail what am I supposed to be using?

do you have any documentation on all of the properties/events of your
types?
Ive tried viewing core.ashx but I always get an xml error when i try
viewing it.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to