Exemplo n.º 1
0
        private void LoadDSBaocaoGrid()
        {
            DataTable v_dt = BaoCaoController.GetDSBaoCao(cboDanhMucBC.SelectedValue);

            if (null != v_dt)
            {
                rptList.DataSource = v_dt;
                rptList.DataBind();
            }
        }