Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.29 KB | None | 0 0
  1. <asp:PlaceHolder runat="server" Visible='<%# ContextProuct.Brand != null %>'>
  2. <a href='/--<%=Server.UrlEncode(ContextProduct.Brand)%>' title='<%= ContextProduct.Brand %> Shop - <%= ContextProduct.Brand %> Brand Store'><%= ContextProduct.Brand %></a>
  3. </asp:PlaceHolder> <%= ContextProduct.Model %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement