DataTable Demo

This sample illustrates the implementation of binding Datatable in the GridDataBoundGrid.

Below is an image of a GridDataBoundGrid binded with Datatable.

DataTable demo

DataTable Demo

Features

The following code illustrates binding a datasource to the GridDataBoundGrid with Datatable.

  
                //Bind the datasource to GridDataBoundGrid.
                this.gridDataBoundGrid1.DataSource = ds.Tables["Products"];