C# Tutorial - Search DataGridView by using ComboBox and TextBox | FoxLearn

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

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

  • @pedrogiron2040
    @pedrogiron2040 7 ปีที่แล้ว +2

    Hi. What if I want to do the same thing, but with a Excel Table and not from SQL ?
    Can I bind data from Excel Tables ? Thanks

  • @nealdorelis5703
    @nealdorelis5703 2 ปีที่แล้ว

    Nice! Exist possibility to make a sum on tree columns independently and to filter name by ASC ???

  • @ebphotography975
    @ebphotography975 2 ปีที่แล้ว

    But if you have couple of tables in your db. How to choose in that case, that specific table that you want to filter?

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

    what if the datagriedview does not directly set access datasource in the database. How would I make it ? Hoping you can help me

  • @swordofverity
    @swordofverity 7 ปีที่แล้ว

    Thank yoooou! This helped a lot for me :)

  • @haithamalnasrawi9224
    @haithamalnasrawi9224 7 ปีที่แล้ว

    Dear. Thank you so much for your great efforts. I want to apply this tutorial in Visual studio C++2010. How can I do it?.

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

    FOX i been trying hard to figure how to filter with oledb on excel database , can you plz help

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

      OK. Thank you for your suggestion. I'll upload soon !

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

      @@foxlearn thanks Fox, looking forward ..😀

  • @JayJay-pm4ep
    @JayJay-pm4ep 8 ปีที่แล้ว

    Can i ask how about if I use PHP MY ADMIN as my database ??

  • @BenRoland75
    @BenRoland75 8 ปีที่แล้ว

    Hello, I have tried to combine this project with the code from "Entity Framework - Insert, Update, Delete, Select in SQL Serve"
    so I can search then use the edit. I am having an issue I can get the program to load ok but am unable to search when I hit the enter key I get the windows error sound. Have you tried combining these two projects together?

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Hi, You can add search to key press event, you should check enter key, thanks

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

    you don't have idea like this but with excel file not database ?

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

    productsBindingSource.Filter = string.Empty;
    'object' does not contain a defination of 'Filter' ,
    i have found this error, Could you guide me.

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

      Please check your code again. i think you miss something. thank you !

  • @santoshkokatnur2799
    @santoshkokatnur2799 8 ปีที่แล้ว

    How to search listbox items? like ( F://sam1/venisa/image1.jpg ) if any text i have write on textSearch it should display

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Hi, You can add bindingsource to your listbox control, then you can filter on the databindingsouce. thanks

    • @santoshkokatnur2799
      @santoshkokatnur2799 8 ปีที่แล้ว

      Thanks, That issue has been already solved !

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

    Not Recognizing this keyword
    productsBindingSource

  • @ИИванов-ь6с
    @ИИванов-ь6с 6 หลายเดือนก่อน

    why DataGridView is so slow?