I am trying to bind combobox to a datatable (i.e.. dtInvoice). It's not working as I thought. It won't bind and display the correct value. When I check the data table, it has value (i.e. inv_status_id = 1) required for binding. Any suggestions are welcome. Thanks.
cbInvStatus.DataBindings.Add("SelectedValue", dtInvoice, "inv_status_id")
cbInvStatus.DataBindings.Add("SelectedValue", dtInvoice, "inv_status_id")