I have an array list of objects such as Employee Object
Each object contains string firstName, string lastName, double rate.

my question is how can i iterate through the array list and have the members of each object appear in text boxes such as first name will be in a text box, last name will be in a different text box, rate will be in its own text box as well.

any help would be greatly appreciated.

i tried something like this just to see if the names were in there and all i get is the array name