hi
below is Film table in database:
Id
|
Genre1
|
Genre 2
|
Genre 3
|
1
|
Drame
|
|
Action
|
2
|
|
Family
|
Action
|
I want bind DropDownList from above table I want it bind from 3 column Genre1 Genre2 and Genre3 and show all Item from these column like below:
Drame
Action
Family
How I can do it?
Best regards
Neda