TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Alok Pandey
NA
8.3k
6.8m
Back Space Button is not working
Aug 16 2011 7:21 AM
Hi,
I am trying to provide validation on textbox that it accept only digits. it executes properly by following c# code
on textbox keypress event,
if(!(char.IsDigit (e.KeyChar)))
{
e.Handled = true;
}
But back space button is also not working on this. I Want, Back Space button work on textbox.
Where is the Problem In my Code?
Thanks in Advance
Reply
Answers (
10
)
Menustrip item disabling
How Can we Pass control's values to another form