Retrieving data in the database

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

Submitted by janobe on
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.

How to Search Data in the DataGridView Using RadioButton in C#

Submitted by janobe on
In this tutorial, I will teach how to search for data in the datagridview using radiobutton in c#. This program illustrates how the data change in the datagridview according to the selected radiobutton. This is very helpful for you if you want to retrieve a group of data in the database