sql server 2018

Searching Data Based on Date Using VB.Net and SQL Server 2018

In this tutorial, I will teach you how to search data based on the date using vb.net and SQL server 2018. This method has the ability to find the data in the datagridview based on the selected date in the DateTimePicker. This will help you find the specific transaction within the selected date that you choose in the DateTimePicker.

Deleting Data in VB.Net and SQL Server 2018 Database

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.