Esempio n. 1
0
        private void btnSua_Click(object sender, EventArgs e)
        {
            SAN_PHAM p     = new SAN_PHAM();
            int      index = dataGV_SanPham.CurrentCell.RowIndex;

            if (spdal.SuaTTSanPham(p))
            {
                MessageBox.Show("Cập nhật thông tin thành công");
            }
            else
            {
                MessageBox.Show("Cập nhật thông tin thất bại");
            }
            dataGV_SanPham.DataSource = spdal.Load_DL();
        }