Esempio n. 1
0
 protected void btCreate_Click(object sender, EventArgs e)
 {
     if (this.Page.IsValid)
     {
         string   noidung = txtNoiDung.Text;
         DateTime ngay    = Convert.ToDateTime(dpkNgay.SelectedDate);
         _csEntity.Insert(_nhanvienID, noidung, ngay);
         this.RedirectToIndex();
     }
 }