Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Rojalin SahooPosted Feb 6, 2015, 6:19 AM
If you are using vs 2013 it is easy to use textmode property as 'Number' of the textbox.
ramesh jilkapallyPosted Jun 26, 2013, 3:38 AM
no iam not keypres
waqas memonPosted Jul 25, 2012, 4:10 PM
Hi follow this link it is for both for decimal and for integer http://codingresolved.com/discussion/41/how-to-restrict-textbox-to-numbertextbox-numbers-onlytextbox-just-numbers#Item_2
ahmed ahmedPosted Mar 4, 2010, 6:47 PM
please more explanation for how to use
venkatesh reddyPosted Mar 3, 2010, 6:00 AM
When i click the textbox , i am getting as private void textBox1_TextChanged(object sender, EventArgs e) { } But how u r getting like private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { }