protected void TextBox1_TextChanged(object sender, EventArgs e)
    {
        // String accountno = TextBox1.Text;
        ArrayList arr = lc.FetchSinglePayment(TextBox1.Text);

        showAllDetails(arr);
    }