Display Records from Database to DataGridView using DataReader

In this article we will discus more about how to display record from our database and show on DataGridView  control in C#. First Time I has created my database in current application.

We follow step by step 

Open Visual Studio and create new project have named as you want, for my project I called StudentManagement01.


And next step I draw GrfidView control on my form. like this!


I will create event FormLoad  to load data and show in GridView 

For Our Database 


Post a Comment

0 Comments