Allow the activity to return a list?
Hi,
Suppose I have instances of a class named 'Teacher'. Teacher have a list property called 'students'
So for each teacher it have an array of students.
Now I want to make a datapage that loops on all teachers, and add their students to the datapage (I want a list of all students from all teachers). How do i achieve that?
As I am not knowing how, any help would be much appreciated!
Thanks!
Message was edited by: Lochan to add Category