Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Windows Forms, Placing a null into a combobox

Options
  • 19-01-2005 1:45pm
    #1
    Registered Users Posts: 7,468 ✭✭✭


    Folks,

    I've a databound combobox. The field it is bound to is nullable, the datasource that populates the combobox doesn't contain nulls. So my problem is I need to be able to insert a null value into the combobox which I can do until I save the data, at this point the combobox selects the first value in its list and that is written to the db :confused:. Does anybody know away around this? I've tried various things like setting the SelectedValue property to DBNull.Value and setting the field in the bound datasource to null as well. Doesn't work.

    Any suggestions?


Advertisement