GAD Practical 24
GAD Practical 24
GAD Practical 24
Q. 24 Design the windows application that will dispaly the content of a table in MSAccess
database on DataGrid control using data adapter.
Source code:-
Imports System.Data.OleDb
DataGridView1.DataSource = ds
DataGridView1.DataMember = "co4i"
End Sub
End Sub
End Class
Practical 24
Output :-