i have a dropdownlist control that is binded to a field which i populate with records that comes from a database.

the problem occur only when the field value is null, therefore no matching data from my dropdownlist.

how can i be able to add or let the control accept null values when i get my data into an sql query therefore no null value is present.

your advice is greatly appreciated.TIA