Update row in a data table is not working

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,