do u know if i could use this code
VB Code:
If Not (Char.IsDigit(e.KeyChar) Or Char.IsControl(e.KeyChar)) Then e.Handled = True
and limit the field size so only 2 digits can be entered?
Thanks
|
Results 1 to 20 of 20
Thread: Validation?Threaded View
|
Click Here to Expand Forum to Full Width |