F
francesco
Hi, I have a combobox and I bind it with a dataset
I display one field of the dataset
SqlDataAdapter1.Fill(DsDataSet)
ComboBox.DataSource = DsDataSet(0)
ComboBox.DisplayMember = "Description"
I would like that when the user select one of the item of the combo, in a
textbox of the form the value of another filed of the dataset will e
displayed
Is it possible ?
Thank you
Francesco
I display one field of the dataset
SqlDataAdapter1.Fill(DsDataSet)
ComboBox.DataSource = DsDataSet(0)
ComboBox.DisplayMember = "Description"
I would like that when the user select one of the item of the combo, in a
textbox of the form the value of another filed of the dataset will e
displayed
Is it possible ?
Thank you
Francesco