J
Jose
I have a combobox with two possible values:
ONE
TWO
when i was pushed my save button save all values of my forms but this value
ONE or TWO don't
my code is:
ComboBox3.DataBindings.Add("SelectedValue", dset, "tabla.status")
Me.ComboBox3.Items.AddRange(New Object() {"ONE", "TWO"})
Please help me.
ONE
TWO
when i was pushed my save button save all values of my forms but this value
ONE or TWO don't
my code is:
ComboBox3.DataBindings.Add("SelectedValue", dset, "tabla.status")
Me.ComboBox3.Items.AddRange(New Object() {"ONE", "TWO"})
Please help me.