You need to write code this way. @Html.Raw("") Copy the below code and paste it into your view. it will work. @model IEnumerable@{ ViewBag.Title = "Products"; } Auctions
@{ int i = 0;} @foreach (var item in Model) { if (item.DateEnd.Subtract(DateTime.Now).TotalMinutes > -5) { if (i == 0) { @Html.Raw(" ") } ") i = 0; } } }@Html.DisplayFor(modelItem => item.ShortTitle) @Html.DisplayFor(modelItem => item.ShortDescription) i = i + 1; if (i == 5) { @Html.Raw("@Html.DisplayFor(modelItem => item.TimeLeft)Current bid: @Html.DisplayFor(modelItem => item.CurrentBid)