protected override void PushData() { base.PushData(); ClsOtherCost lcCost = (ClsOtherCost)_Cost; lcCost.OtherDescription = TxtOtherDescription.Text; }
protected override void UpdateDisplay() { base.UpdateDisplay(); ClsOtherCost lcCost = (ClsOtherCost)_Cost; TxtOtherDescription.Text = lcCost.OtherDescription; }