DataBinding in C# (populate data in a comboBox)

preview_player
Показать описание
Learn how to do DataBinding in a combo box.

You can bind anything that is IList in a DataSource. In this simple exercise I show you how to bind a list of people to a ComboBox in C#.

I hope you liked it.
P.N
Рекомендации по теме
Комментарии
Автор

This video had all Information i wanted about DataBinding. Thank you :=)

kleine_Mango
Автор

Very good, thanks. It would be interesting to get data dinamically from a Db or populate that people var with data from a Db automatically, then to display it into the comboBox

-
Автор

Thanks for this video it works for me. When you execute the application at the end of the video the messagebox appears before the Form shows because the SelectedIndexChanged event is triggered. How can I avoid that the event is triggered when the Form loads for the first time?

steffenm.
Автор

wow thanks a lot for such clear explanations 🙌

lailymedha
Автор

I don't have any tables on the left upside.

jdjsjksk