Need two views for a datalist

  • Thread starter Thread starter Smitty200
  • Start date Start date
S

Smitty200

I have a datalist that displays catalog items on the page 4 in a row
using the RepeatColumns="4" and RepeatDirection="Horizontal" the page
displays two rows of data when first viewed and if there is more then 8
products to display will create page numbers at the top of the page for
each subsiquent page of 8. The customer has asked to place an image in
the area occupied by the first two columns in the first row, but only
on the first page. The image information is not stored in the database
with the product information. I need to alter the template for the
first page only in some way to show this new layout and i'm stuck. Any
help or direction would be appreciated. Is this even possible?
 
Hook into the itemdatabound event and start making some parts of the HTML
invisible and insert some others
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top