Visual Basic .NET Tutorial

How to Retrieve Data in the TextBox Based on ComboBox in VB.Net and MS Access Database

Submitted by janobe on
Now, in this tutorial, I’m going to teach you how to retrieve data in the textbox based on combobox in VB.Net and MS Access Database. This method has the ability to display all the data in a certain textbox by selecting the data in the combobox. If you this function the output will be displayed in all 5 textboxes.

How to Import Excel File in MySQL Database Using VB.Net

Submitted by janobe on
This time, I will teach you how to import excel file in mysql database using vb.net. This powerful method has the ability to import all the data from excel file to mysql database. This is very helpful if you have to transfer the list of records in the excel file to your database. In this way, you don’t have to encode one by one the record in the database.

Retrieve Single Result in the Database Using VB.Net and MySQL Database

Submitted by janobe on
In this tutorial, I will teach how to retrieve single result in the Database Using VB.Net and MySQL Database. This method has the ability to retrieve the data in the database and display the specific field in the textboxes. It has a function that when you write an ID no. of the student it will then display the student details in the textboxes.

Sorting Data Based on Date in VB.Net

Submitted by janobe on
In this tutorial, I will teach you how to sort data based on date in vb.net. In this method you can sort the data on the database based on the transaction date and it will then be displayed in the datagridview. It has two buttons that has functions such as descending and ascending order. It depends on you which button you will use in sorting data chronologically.

Daily, Weekly and Monthly Report in VB.Net and MySQL Database

Submitted by janobe on
This time, I’m going to teach you how to make Daily, Weekly and Monthly Report in VB.Net and MySQL Database. This is very useful if you have a business because reports provide knowledge to owners about the progress at all levels. This can be an instrument to the success of your business and correct things as needed. This can also be used in any projects. Let’s begin.

Find Records Based on RadioButton in VB.Net

Submitted by janobe on
In this tutorial, I will teach how to find record based on RadioButton in vb.net. This method has the ability to find records in the database based on the value of the radio button. This is so simple yet very powerful methods that can be learn in few minutes. All you have to do is follow the instructions below to see how it’s done.