Hello
I´m using a datasource to populate my dropdownlist.
My query results has this face:
id | data
1 data1
2 data2
3 data3
4 data4
And my dropdownlist has this face:
data1
data2
data3
data4
My problem is: I want my dropdownlist with this face:
Select Your Data
data1
data2
data3
data4
The 'Select Your Data' text cannot be a query result. I made it in code behind using collections lists. Does have another way to do it?