このステートメントは機能していません。アップロードされた画像がない場合はデフォルトの画像を表示したいplshelp
@if (latestrow.thumb == null)
{
<img src="~/Images/no-pic.gif"/>
}
else
{
<img src="@latestrow.thumb"/>
}