Data-bound Grid Sample

See Also      Tasks

This sample shows how to use the Grid design-time control to display data, hide and show the grid, and call other methods exposed by the Grid control.

Behind the Scenes

This sample uses one file: Grid.asp. This file uses two major design-time controls.

The Recordset design-time control is used to connect to the Products table in the Gallery database.

The Grid design-time control is bound to the recordset to display all the records in the table.

There are four buttons on the screen that call some of the available methods exposed by the Grid control.