Datagrid Control in VB.NET

How Datagrid Control is used?

Explanation

Datagrid Control

Datagrid Control is used to display and modify data easily without doing manual coding to access a database.
Video:
Explanation:
  • In above example, the Datagrid Control is dragged on to the form.
  • Using the 'Add project database' the student.mdb database is chosen.
  • Fields in the table selected to display in the control.
  • The wizard is closed clicking 'Finish'.
  • Simply press 'F5' to display the database fields.

Visual Basic Tutorial


Ask Questions

Ask Question