- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
if (row["Comments"] != null || row["Comments"] != string.Empty)
{
deptEvents.Description = string.Format(Convert.ToString(row["Comments"]));
}
else
{
deptEvents.Description = "N/A";
}