<% var PageL = PageTableList();
%>
<% if (pList().Count() > 0)
{ %>
| SIRA NO |
KATEGORİ |
<%: Session["titleS"].ToString().ToUpper() %> ADI |
<%: Session["titleS"].ToString().ToUpper() %> ADI (EN) |
<%: Session["titleS"].ToString().ToUpper() %> ADI (RU) |
<%: Session["titleS"].ToString().ToUpper() %> ADI (FR) |
<%: Session["titleS"].ToString().ToUpper() %> ADI (ES) |
<%: Session["titleS"].ToString().ToUpper() %> ADI (AR) |
KAYIT TARİHİ |
|
|
|
<% int i = 1; foreach (var item in pList().OrderByDescending(s => s.createDate))
{ %>
<% var idList = item.categoryIdList.Split(','); %>
">
| <%: item.productId%> |
<% var name = ""; %>
<%foreach (var cat in idList)
{ %>
<% name += categoryName(int.Parse(cat)) + " / "; %>
<% } %>
<%: name.Remove(name.Length -2) %>
|
<%: item.productName%> |
<%: item.productNameEn%> |
<%: item.productNameRu%> |
<%: item.productNameFr%> |
<%: item.productNameEs%> |
<%: item.productNameAr%> |
<%: item.createDate%> |
Detay">
 |
 |
 |
<% i++;
} %>
<% } %>