I want to call the column which is selected in combobox. Suppose, a table contains ID, name, A1, A2, A3, A4, A5 ......An. I want to return value from ID, name and a column which is selected from Combobox. (i.e. if A1 is selected in combobox then value from A1 should come if A2 is selected in combobox then value from A2 should come.
Is it possible? If possible then how can I do it? If impossible then how to solve such problems?
Is it possible? If possible then how can I do it? If impossible then how to solve such problems?
Comment