Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hy friends!
i am new in asp.net so please guide me i am creating a shopping cart on asp.net i want show my products on page so how to repeat product div with variable products on product page
thanks in Advance
Posted
Comments
Abinash_Sahoo 25-Apr-14 13:51pm    
you can use Repeater, gridview or even Listview control based on your layout requirement

I would not recommend doing it that way. That is not how .Net is to be used. Use a Gridview [^]or a repeater [^]control.
 
Share this answer
 
Comments
abid zahid 26-Apr-14 1:40am    
thanks!
Richard C Bishop 26-Apr-14 16:59pm    
You are welcome, hope it helps.

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