xXfighterXx
New Member
I have a server method that returns a collection of instances of my custom class. I know that to access those objects in AJAX success callback function I can say \[code\]data.d\[/code\]. And to access the first object I'd write \[code\]data.d[0]\[/code\]. But how do I get all the elements of data.d? I won't to iterate through all the objects.