protected void TextBox2_TextChanged(object sender, EventArgs e)
    {
        //String accountno = TextBox2.Text;
        ArrayList arr = lc.FetchJointPayment(TextBox2.Text);

        showAllDetails(arr);
    }