protected void BindGridData()
    {
        DA_POI inventoryDAObject = new DA_POI();

        DataTable dataTableObject = inventoryDAObject.GetPOIs();

        grdvPlaces.DataSource = dataTableObject;

        grdvPlaces.DataBind();
    }
Esempio n. 2
0
    protected void BindGridData()
    {
        DA_POI inventoryDAObject = new DA_POI();

        DataTable dataTableObject = inventoryDAObject.GetPOIs();

        grdvPlaces.DataSource = dataTableObject;

        grdvPlaces.DataBind();
    }