codice:
if (dt.Rows.Count > 0) 
{
for(int i = 0 ; i<dt.Rows.Count;i++ )
{
   if (dt.Rows[i]["tuocampo"].toString() == "")
   {
      .........
   }
}
}