Bryan
Well-known member
I am having trouble using the IsNull() function in VB.net. Here the line of code:
If Not IsNull(TextBox1.Text) Then
End If
it tells me that IsNull is not declared, do I have to use an inherits system.??? to be able to use the IsNull() function?
If Not IsNull(TextBox1.Text) Then
End If
it tells me that IsNull is not declared, do I have to use an inherits system.??? to be able to use the IsNull() function?