tags:

views:

26

answers:

1

I'm planning to create a program that would bind the search results into the datagridview in vb.net. For example, listing of students that has the same course in the datagridview.

A: 

This shoudl help you

Displaying data in a DataGrid in VB.NET

and

DataGridView.DataSource Property

astander