Ejemplo n.º 1
0
    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);
        }
    }
Ejemplo n.º 2
0
 protected void txtFilestatus_TextChanged(object sender, EventArgs e)
 {
     TxtFdate.Focus();
 }