I have a comboBox which has Degree types, when I drop down the comboBox and I select one, it shows in my TextBox
What I want is the following:
Right now, through the same TextBox I use I'm able to enter a new Degree Type into the database. But what I haven't been able to do is that I haven't been able to show that "NEW" value immediatly on the ComboBox without me having to drop down and select it. Is there a way to have the value show without having to dropdown?
What I want is the following:
Right now, through the same TextBox I use I'm able to enter a new Degree Type into the database. But what I haven't been able to do is that I haven't been able to show that "NEW" value immediatly on the ComboBox without me having to drop down and select it. Is there a way to have the value show without having to dropdown?