private void txtPaidAmt_KeyPress(object sender, KeyPressEventArgs e) { e.KeyChar = c.CHECKDECIMAL(e); }