Exemplo n.º 1
0
        private void HienThiDS()
        {
            nhacungcapBL _ctr = new nhacungcapBL();
            DataTable    dt   = new DataTable();

            dt = _ctr.Filter(txtKeyword.Text.Trim());
            if (dt != null)
            {
                c1FlexGrid1.DataSource = dt;
                FormatGrid();
            }
        }