C# Database List Related Items Between Two ComboBoxes, Cascading Items

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 25

  • @mzainramzan4899
    @mzainramzan4899 4 ปีที่แล้ว

    this video is love......i got what i needed the most TODAY..

  • @rajivkurryah6894
    @rajivkurryah6894 4 ปีที่แล้ว +1

    Finally found what i needed. Many thanks

  • @nEm0o1
    @nEm0o1 3 ปีที่แล้ว

    this is what i'm looking for....great vdo.

  • @AmitDileepKulkarni
    @AmitDileepKulkarni 5 ปีที่แล้ว

    Exactly what I was looking for .. Thanks

  • @sophannaseak1510
    @sophannaseak1510 4 ปีที่แล้ว

    If it has many datas in combobox after binding how to search it?

  • @psphomeasdf
    @psphomeasdf 5 ปีที่แล้ว

    It works, but I can't add relation with third combobox from third table, what should I do?

  • @LocNguyen-rn8xi
    @LocNguyen-rn8xi 3 ปีที่แล้ว

    xịn quá a ơi

  • @muhammadtuaharaees9837
    @muhammadtuaharaees9837 5 ปีที่แล้ว

    how to fill combobox through database and with selecteditem means which is selected at the time of insertion, is this possible???

  • @joshuaanana8673
    @joshuaanana8673 ปีที่แล้ว

    hi good day can you having a alphabetical order in the combobox hope you can have
    #2023

  • @TOP123ization
    @TOP123ization 4 ปีที่แล้ว

    Hi, I'm trying to do 3 comboxs related, could you help me? thanks

  • @divya_upasna
    @divya_upasna 4 ปีที่แล้ว

    For this code, I'm facing "System.IndexOutOfRangeException was unhandled by user code"
    Please let me know how to solve this Exception?

    • @CamboTutorial
      @CamboTutorial  4 ปีที่แล้ว

      It's must be error on line that you get value from combo box selected index, You should know basically, collections (array, or list) can access value by index if you put index does not exist in that it would produce an error.

  • @muhammadaamir566
    @muhammadaamir566 5 ปีที่แล้ว +1

    Please Source Code?
    Add please

  • @draganatosovic7541
    @draganatosovic7541 4 ปีที่แล้ว

    Do you maybe have script of this code?

  • @exogendesign4582
    @exogendesign4582 4 ปีที่แล้ว

    hey man, how can I remove duplicated items?

    • @CamboTutorial
      @CamboTutorial  4 ปีที่แล้ว

      remove the item that you found duplicated or not add into if already exist.

    • @exogendesign4582
      @exogendesign4582 4 ปีที่แล้ว

      @@CamboTutorial I figured it out by manipulating data tables.

  • @FarhanKhan-io3vt
    @FarhanKhan-io3vt 3 ปีที่แล้ว

    It can be easy if u direct connect sql database in form load don't need to make a class and then connect 😅