<%@ Control Language="vb" AutoEventWireup="false" Inherits="ASPNetPortal.CatTopProducts" EnableViewState="False" Codebehind="CatTopProducts.ascx.vb"%>
<% if HeaderVisible then %>
<%=ModuleTitle%> <% if IsEditable then %> <%=EditText %> <% end if %>
<% end if %>
" > &intSize=125" />
<%# container.dataitem("ProductName") %>
<% If (ConfigurationManager.AppSettings("OnlyUsersCanSeePrice")="True" and HttpContext.Current.User.Identity.IsAuthenticated()) or ConfigurationManager.AppSettings("OnlyUsersCanSeePrice")<>"True" Then %>
<%# CurrencySymbolLeft & " " & formatCurDoviz(Container.DataItem("SatisFiyati") * Container.DataItem("Rate") / CurrencyRate) & " " & CurrencySymbolRight & " + KDV" %> <% end if %>