protected void txtAmount_TextChanged(object sender, EventArgs e) { txtInWords.Text = ConvertClass.NumberToWords(Convert.ToInt32(txtAmount.Text)); }