Hi,
Im fairly new to C# and am writing my first application for a work project. I have a string array containing data, and on my form i have a created a control array for all my Labels that display data.
Is there a way that i can copy the data in my string array to the control array ?
Ive looked on MSDN and read the "Array.ConvertTo" and to be honest just confused me.
If anyone could tell me how to that would be great!
Thanks
Paul