<% int onay = 1; if (PageTB().PageShow == 1)
{
if (Session["KullaniciGirisi"] == null)
{
onay = 0;
}
} %>
<%if (onay == 1)
{
foreach (var item in productList())
{ %>
<% }
}
else
{%>
<%}%>