How to Search Data in the DataGridView Using a ComboBox in C#

Searching data is very important most especially if you have a lot of data stored in the database. In this way, it will be easier for you to search the data that you need. So, in this tutorial, I will teach you how to search data in the datagridview using a combobox in c# and MySQL database. I based this on my last tutorial which is How to Fill Data in a ComboBox Using C# and MySQL Database because of their similar method.

Sequence and Series Calculator

This VB .Net program requests only inputs from the user. The system can be use to solve both geometric and arithmetic progression. For arithmetic progression, the system can find the term of arithmetic progression and the sum of arithmetic progression. For geometric progression, the system can find the term of geometric progression and the sum of geometric progression.

Create a Chart and Export Data from the DataGridView into Excel

This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well. Visual Basic .NET (2010) + MS Excel 2010 Thank You. I hope this sample

How to Fill Data in a ComboBox Using C# and MySQL Database

In this tutorial, I will teach you how to fill data in a combobox using c# and mysql database. This method is so useful when you retrieve all the data in the column of the table in the database, to use it for the selection field in the registration form of the system. Just simply follow the step below to see how it works.

How to Delete Multiple Data Using VB.Net and MS Access Database

In this tutorial, I will teach you how to delete multiple data using vb.net and MS Access database. This method will give you convenience in deleting data and you can select what data to be deleted by using a checkbox. This will surely help you especially if you have multiple data to delete. Follow the procedure below to see how it works.