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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Windows Forms, Placing a null into a combobox

  • 19-01-2005 12:45pm
    #1
    Registered Users, Registered Users 2 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