private void txt_FieldName_KeyPress(object sender, KeyPressEventArgs e)
{
if ((e.KeyChar < '0' || e.KeyChar > '9') && e.KeyChar != '\b')
e.KeyChar = '\0';
}
Showing posts with label c#. Show all posts
Showing posts with label c#. Show all posts
Monday, May 17, 2010
Subscribe to:
Posts (Atom)