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?
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
Nice! Exist possibility to make a sum on tree columns independently and to filter name by ASC ???
But if you have couple of tables in your db. How to choose in that case, that specific table that you want to filter?
what if the datagriedview does not directly set access datasource in the database. How would I make it ? Hoping you can help me
Thank yoooou! This helped a lot for me :)
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?.
FOX i been trying hard to figure how to filter with oledb on excel database , can you plz help
OK. Thank you for your suggestion. I'll upload soon !
@@foxlearn thanks Fox, looking forward ..😀
Can i ask how about if I use PHP MY ADMIN as my database ??
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?
Hi, You can add search to key press event, you should check enter key, thanks
you don't have idea like this but with excel file not database ?
productsBindingSource.Filter = string.Empty;
'object' does not contain a defination of 'Filter' ,
i have found this error, Could you guide me.
Please check your code again. i think you miss something. thank you !
How to search listbox items? like ( F://sam1/venisa/image1.jpg ) if any text i have write on textSearch it should display
Hi, You can add bindingsource to your listbox control, then you can filter on the databindingsouce. thanks
Thanks, That issue has been already solved !
Not Recognizing this keyword
productsBindingSource
why DataGridView is so slow?