- <% foreach (var desc in productDescription(item.productId)) { %> <%= desc.productDescription%> <% } %>
-
<% int a = 0; foreach (var img in productImage().Where(s => s.productId.Equals(item.productId)))
{
%>
-
" alt=""<%:item.productName %>" />
<% a++;
} %>
<%= desc.productDescription %>
<% } %>