Problem with displaying product information in the Prodcut list page
I have a requirement to show product information in such a way that each row has three products and each page should have 2 rows. Also need to implement pagination in the product listing page to display rest of the product information( in the same manner i.e 6 prodcuts in each page).
How can i acheive this?
Shall I go for ASP-DataList, instead of ASP-GridView, which has RepeatColumns & RepeatDirection properties which might help me in this?
I tried using this, I got error because of PageSize & PageIndex Properties in the ProductList page as these properties doesn't exists for DataList.
Even if i comment these two properties, I am not getting any products in the list page.
Kindly Help.
The display should be like this:
Product a Prodcut b Prodcut c
information like information like information like
images, price images, price images, price
Product d Prodcut e Prodcut f
information like information like information like
images, price images, price images, price

