Пример #1
0
 private void btn_luu_Click(object sender, EventArgs e)
 {
     if (p.Luu_Phong(txt_maphong.Text.Trim(), txt_tenphong.Text.Trim(), txt_giaphong.Text.Trim(), txt_tinhtrang.Text.Trim(), cbo_maloaiphong.SelectedValue.ToString(), txt_ghichu.Text.Trim()))
     {
         MessageBox.Show("Lưu thành công!");
     }
     else
     {
         MessageBox.Show("Lưu không thành công");
     }
     Load_Du_Lieu_Len_Gridview();
 }