It depends on what you want :
if(condition, condition is true, condition is false)
if(String.IsNullOrEmpty(row(“Comments”).ToString), “it is empty”, “there’s something”)
It depends on what you want :
if(condition, condition is true, condition is false)
if(String.IsNullOrEmpty(row(“Comments”).ToString), “it is empty”, “there’s something”)