retrieving data in vb.net

How to Display Records with CheckBox Column in DatagridView Using C#

Submitted by janobe on
In this tutorial, I’m going to teach you How to Display Record with CheckBox Column in DatagridView Using C#. This program illustrates how to retrieve data from the database and will be displayed in the datagridview with a corresponding checkbox column. The checkbox column is auto-generated and it can be found in the first column of the datagridview.

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.