Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi, I am developing a web-portal for a client his requirement is to be build this site in dotnet. Can anyone suggest me how can I show product + product name + price + description in detail page.

Datalist, Listview or Repeater which one is better for ecommerce website in dotnet.

What I have tried:

I tried with repeater control but it is not fitting in my design.
Posted
Updated 8-Sep-16 22:13pm
v3
Comments
ZurdoDev 8-Sep-16 14:39pm    
Both work just fine.
David_Wimbley 8-Sep-16 17:07pm    
Is this in MVC? Simply loop over the data in the model.
F-ES Sitecore 9-Sep-16 4:13am    
Given that DataList, ListView and Repeater are all webform controls I think it's safe to say this is not MVC :)
David_Wimbley 9-Sep-16 8:07am    
Oops. Good point, ha.
Abhimaan Sharma 9-Sep-16 5:14am    
No, its not in MVC.

Actually both will work perfectly, and it depends on what kind of design you are looking for.

I would suggest you to go through existing eCommerce site codes. from that you can decide, various open source codes available at

eCommerce
[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900