Beispiel #1
0
        private void btnGetData_Click(object sender, EventArgs e)
        {
            DataTable tbl = productAdapter.GetListCompanyNeedRecrawler(txtQuery.Text);

            this.gridControl1.DataSource = tbl;
            this.gridView1.RefreshData();
        }