protected void txtCaseNO_TextChanged(object sender, EventArgs e) { try { if (ViewState["FLAG"].ToString() != "AD") { ViewDetails(txtBrcd.Text, txtCaseNO.Text, txtCaseY.Text); } TxtFdate.Focus(); } catch (Exception ex) { ExceptionLogging.SendErrorToText(ex); } }
protected void txtFilestatus_TextChanged(object sender, EventArgs e) { TxtFdate.Focus(); }