Searching Data Using a TextBox in VB.Net and SQL Server 2018

Submitted by janobe on
In this tutorial, I will teach you how to search data using a text box in VB.Net and SQL Server database. This program has the ability to find the data in the datagridview when the text in a textbox is changed. In this way, it will automatically display in the datagridview, the match data that you type in the textbox.

Deleting Data in VB.Net and SQL Server 2018 Database

Submitted by janobe on
This is the continuation of my previous tutorial which is Updating Data in VB.Net and SQL Server 2018. This time, we will add the delete method in the application that we made last time. This functionality will help you to delete the selected data in the datagridview and it will also automatically delete the data in the SQL Server database when the button is clicked. Let's begin.