PDA

Click to See Complete Forum and Search --> : [RESOLVED] add null option value into dropdown list


VBKNIGHT
Aug 16th, 2005, 03:17 AM
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:

veryjonny
Aug 19th, 2005, 12:04 PM
the problem occur only when the field value is null, therefore no matching data from my dropdownlist.

What do you mean? Elaborate

VBKNIGHT
Nov 15th, 2005, 10:30 PM
well the problem was solved by adding a blank row in my dropdownlist.