Does anybody know how to retrieve values from an array/arraylist in C#?
I have a web method that takes in the an argument and retrieve back all the member particulars into a array/arraylist. It consists of attributes like member name, contact number, email, etc.
How do i display all the member particulars onto various textbox in the window form?