[RESOLVED] add null option value into dropdown list
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 :wave:
Re: add null option value into dropdown list
Quote:
the problem occur only when the field value is null, therefore no matching data from my dropdownlist.
What do you mean? Elaborate
Re: add null option value into dropdown list
well the problem was solved by adding a blank row in my dropdownlist.