Exemplo n.º 1
0
        protected void btnThemMoi_Click(object sender, EventArgs e)
        {
            DinhNghiaInfo info = new DinhNghiaInfo();

            info.Ten  = txtTen.Text.Trim();
            info.MoTa = txtMoTa.Text;
            info.Code = dropTypeOf.SelectedValue;
            DinhNghiaController.Insert(info);
        }