Exemplo n.º 1
0
        protected void btnSave_Click(object sender, EventArgs e)
        {
            LkpUnitType lkpUnitType = new LkpUnitType();

            lkpUnitType.UnitType     = txtUnitType.Text;
            lkpUnitType.UnitTypeDesc = txtUnitTypeDesc.Text;
            lkpUnitTypeManager.Add(lkpUnitType);
            BindLkpUnitTypeGrid();
            ResetControls();
        }