Exemplo n.º 1
0
 protected void btUpdate_Click(object sender, EventArgs e)
 {
     if (this.Page.IsValid)
     {
         string   noidung = txtNoiDung.Text;
         DateTime ngay    = Convert.ToDateTime(dpkNgay.SelectedDate);
         _csEntity.Update(_chinhsachID, noidung, ngay);
         this.RedirectToIndex();
     }
 }