If IsNumeric(TextBox1.Text) Then MsgBox("Numeric") End If If TextBox1.Text = String.Empty Then MsgBox("Empty") End If
No comments:
Post a Comment