protected void TxtRetireDt_TextChanged(object sender, EventArgs e) { try { TxtConfDt.Focus(); } catch (Exception ex) { ExceptionLogging.SendErrorToText(ex); } }
protected void TxtRetPeriod_TextChanged(object sender, EventArgs e) { try { TxtRetireDt.Text = conn.AddYear(TxtDOJ.Text, TxtRetPeriod.Text); TxtConfDt.Focus(); } catch (Exception ex) { ExceptionLogging.SendErrorToText(ex); } }