C# Tutorial - How to populate ComboBox with data from Database | FoxLearn

Sdílet
Vložit
  • čas přidán 26. 07. 2016
  • How to populate ComboBox with data from SQL Database in C#. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language
    C# - Populate ComboBox control with data from database
    How to Link Combobox with Database values in c#
    C# - How to populate a ComboBox with data from a DataTable
    C# DataGridView ComboBox - Fill ComboBox Column With Data From DataBase
    How to Use a Combo box in C#

Komentáře • 7

  • @user-qr7qx9fc4j
    @user-qr7qx9fc4j Před rokem +1

    Thank you so much for content. Actually I have wasted 4 hour to fix Comboboxes && this video help me to fix them

  • @coralch1
    @coralch1 Před 4 lety +1

    Thanks a lot for the video!

  • @maysaomer222
    @maysaomer222 Před rokem

    you are the best 🥰

  • @nealdorelis5703
    @nealdorelis5703 Před 2 lety

    It's nice..i"ve did it. The problem, the data was save in database on format number. When i make a search to display on the c# form, the caracters strings not appear, only number. How can i solve this problem ???

  • @agnarsv
    @agnarsv Před 7 lety

    What Reference includes the Category method, as in the code: Category obj = ...SelectedItem as Category; ??

    • @foxlearn
      @foxlearn  Před 7 lety

      Hi, Category is entity of your table. You can cast object from your combobox selected to Category. Thanks

  • @jay-annoliveros5358
    @jay-annoliveros5358 Před 2 lety

    How about using mysql?