DataList with Product Heads.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I want to have list of products. But when their product type changes. I want to put it first then detail of items like that. ProductType1 Product1 Product2 Product3 ProductType2 Product1 Product2 Product3 ... I cannot figure out how to place product type on top then detail of products under that product type.
-
I want to have list of products. But when their product type changes. I want to put it first then detail of items like that. ProductType1 Product1 Product2 Product3 ProductType2 Product1 Product2 Product3 ... I cannot figure out how to place product type on top then detail of products under that product type.
in this scenario you should use Repeater.