Exemplo n.º 1
0
    protected void BindCategory()
    {
        DataSet ds = objWL.TEC_Get_Category();

        if (ds.Tables.Count > 0)
        {
            grdCategories.DataSource = ds.Tables[0];
            grdCategories.DataBind();
        }
    }