Hi,
Can you try to use the following expression in condition of if operator?
row.Item("Comments") isnot Nothing AndAlso not String.IsNullorEmpty(row.Item("Comments").ToString())
Regards,
Hi,
Can you try to use the following expression in condition of if operator?
row.Item("Comments") isnot Nothing AndAlso not String.IsNullorEmpty(row.Item("Comments").ToString())
Regards,