Ejemplo n.º 1
0
        private void btnSearch_Click(object sender, EventArgs e)
        {
            string      id = txtID.Text;
            DataProcess dp = new DataProcess();

            dgvCategory.DataSource = dp.SearchCategory(id);
        }