Hi All,
I have a dropdown list control, and its items are loaded from database during the page_load.
say, the values in the db table are not allowed to be NULL.
I want to have the first row in dropdown list being blank. It means the user has to click the dropdown arrow to see the items.
Thank you for your help in advance.
ellen89
I have a dropdown list control, and its items are loaded from database during the page_load.
say, the values in the db table are not allowed to be NULL.
I want to have the first row in dropdown list being blank. It means the user has to click the dropdown arrow to see the items.
Thank you for your help in advance.
ellen89
Comment