show default image in razor if there is no user image

Buro

New Member
This statement is not working, i want to show default image if there is no image uploaded pls help\[code\] @if (latestrow.thumb == null) { <img src="http://stackoverflow.com/questions/14616978/~/Images/no-pic.gif"/> } else { <img src="http://stackoverflow.com/questions/14616978/@latestrow.thumb"/> }\[/code\]
 
Back
Top