My question is very simple.
How do I fill a datalist with a 2D String array?
My array is of type String [x,2]
I need to know this because I need to display a list of attributes and their value. Those attributes are fields like "name", "age", "country".
[x,0] always contains the attributename and
[x,1] always contains the value
Thank you in advanced.
I hope the question is clear.
