ý bạn là gán giá trị trong combobox cho textbox ? nếu thế thì chỉnh lại thế xemCode:private void cboCustomer_SelectedIndexChanged(object sender, EventArgs e) { if(cboCustomer.SelectedIndex != -1) this.txtCustomerID.Text = this.cboCustomer.SelectedValue.ToString(); }