0

I've made a windows form in which I can change names in my databasetable 'stations'. To select which station to change I've used a databound ComboBox which gets all stations from the database table.

Now when I change the name of a station I want to get it immediatly updated in my combobox without restarting the application.

Is there any way to do this or is this impossible?

LarsTech
  • 80,625
  • 14
  • 153
  • 225
Confituur
  • 495
  • 1
  • 6
  • 16

1 Answers1

0

Take a look at this SO answer. It implements INotifyPropertyChanged.

Community
  • 1
  • 1
Neil Knight
  • 47,437
  • 25
  • 129
  • 188