C
Chris
If I have an object I can store an array of objects with in it to model a
collection. For example I could have a customer object, which has an array
of invoice objects. How would I go about binding the array of objects to a
gridview or whatever. What if my invoice object has another object as a
property, how does the data binder know what to bind. Regards, Chris.
collection. For example I could have a customer object, which has an array
of invoice objects. How would I go about binding the array of objects to a
gridview or whatever. What if my invoice object has another object as a
property, how does the data binder know what to bind. Regards, Chris.