OK,
It sounds like piece of cake, but please accept my ignorance and help me with this.
I have this:
If String.IsNullOrEmpty(editTransactionRow.pay_id.ToString()) = False Then
stTransactionPaymentID = editTransactionRow.pay_id 'Check for null value
End If
Now, when editTransactionRow.pay_id is Null vb thhrows an exception? Is there something wrong with this code?
Thanks