Hello,
I have an application where I want to read a xls-file where the different columns have a header and then some data. For example;
Item1(string) item2 ...
number1(number) number4
number2(number) number5
number3(number) number6
.
.
.
I need to put the headers (or in this case the items) into a control so that the user can select one of the items.
Is it possible to make such a "dynamic" control, where the items in the control depends on whats in the file?