private void btnEdit_Click(object sender, EventArgs e) { if (string.IsNullOrWhiteSpace(txtTenSP.Text) || string.IsNullOrWhiteSpace(txtDonVi.Text) || string.IsNullOrWhiteSpace(txtGiaBan.Text)) { MessageBox.Show("Ban phai nhap day du thong tin"); return; } else { flag = 0; product.Edit_Bus(getInfo(), dt, index); clear(); } }