14
A control that allows an entire table or the result of a query to be displayed and manipulated. MELJUN CORTES MELJUN CORTES

MELJUN CORTES VB.NET Data Grid

Embed Size (px)

Citation preview

A control that allows an entire table or the result of a query to be displayed and manipulated.

MELJUN CORTESMELJUN CORTES

DATA GRID

DATA GRID

To use the Data Grid, first you must have a control that connects it to the database. (e.g. ADO control). Configure the database control to specify in which database and tables are you going to get the information .

Next is to configure the Data Grid. Customize it the way you want it to look like and the fields it will display.

Common Properties of Data Grid

Customizing Data Grid You can also customize the data grid by doing left-click on the data grid

then select “Properties”).

*to retrieve all the columns in your database source just left click on the data grid then select “Retrieve fields”.