Loan 1000.
you posted answers as follows
private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
{
if (!System.Text.
e.Handled = true;
}
in that i click a loan text box
private void txt_loan_TextChanged(object sender, EventArgs e)
only text changed only there.not key press event.
what to do.
above one i am creating in vb.net using csharp. it is a window application.help me wat to do.
Regards,
Narasiman P
Jignesh TrivediPosted Jul 3, 2012, 5:01 AM
I think you must register Key press or key down event in page load.
Kunal VaishyaPosted Jul 3, 2012, 4:15 AM
if (!System.Text.
like this