- 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";
}
Dragon 05.10.2011 17:15 # −1
abbbbbbbbbb 05.10.2011 17:38 # −1
gegMOPO4 05.10.2011 20:21 # +1
absolut 05.10.2011 21:13 # −2
gegMOPO4 05.10.2011 21:57 # −1
absolut 05.10.2011 22:03 # +1
gegMOPO4 05.10.2011 22:08 # 0
abbbbbbbbbb 05.10.2011 18:07 # +1
lucidfox 06.10.2011 13:30 # +1
Фиксед?
Lure Of Chaos 06.10.2011 15:04 # +2
теперь точно фиксед
jenik15 06.10.2011 15:36 # +1
if(string.IsNullOrEmpty(deptEvents.Descr iption))
{
deptEvents.Description="N/A";
}
akaDElpher 13.10.2011 20:10 # 0