A
Adam Knight
Very basic question!!
How do i check for an empty string in vb.net?
Ie:
If(e.Item.DataItem.Item(3) ?) Then
End If
I have already tried checking for a System.DBNull but the expression is
achieving what i am after
as e.Item.DataItem.Item(3) doesn't appear to be returning a dbnull if it is
empty.
It appears to be returning an empty string.
Adam..
How do i check for an empty string in vb.net?
Ie:
If(e.Item.DataItem.Item(3) ?) Then
End If
I have already tried checking for a System.DBNull but the expression is
achieving what i am after
as e.Item.DataItem.Item(3) doesn't appear to be returning a dbnull if it is
empty.
It appears to be returning an empty string.
Adam..