Printable View
How can I validate whether a text box's value is numeric or not?:p
Code: If IsNumeric(Text1.Text) Then .....
If IsNumeric(Text1.Text) Then .....