Discussion:
Product Display page in CS 2002 Starter Site
(too old to reply)
csstarter
2005-08-25 16:43:15 UTC
Permalink
I was trying to display the products on Product.aspx pag
horizontally
Looks like ProductListControl by default shows all products liste
vertically,I tried to add RepeatDirection=Horizontal but it didn
help....has anyone tried to list the products horizontally
Hope my question was clear enoug
Joe Wasson [MSFT]
2005-09-16 17:07:57 UTC
Permalink
The code that renders the list of products exists in the
Microsoft.Solutions.Search assembly. Unfortunately this code is not
released at this time (there was talk of releasing it, but it apparently
hasn't happened yet). If you want to render the products in a different
manner you will have to replace "<ebiz:ProductListControl
ID="productDisplayList" CssClass="ProductDisplay" Runat="server" />" with
another control, such as an ASP.NET Repeater control.

-joe

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Subject: Product Display page in CS 2002 Starter Site
From: ***@gmail-dot-com.no-spam.invalid (csstarter)
Date: Thu, 25 Aug 2005 11:43:15 -0500

I was trying to display the products on Product.aspx page
horizontally.
Looks like ProductListControl by default shows all products listed
vertically,I tried to add RepeatDirection=Horizontal but it didnt
help....has anyone tried to list the products horizontally.
Hope my question was clear enough

Loading...