Hi,
I have a cookie based shopping cart which gets displayed into a datagrid as 'product, description, price and seller' and looks like this: -
product description price seller
a1 a1 10.00 s1
a2 a2 15.00 s1
a3 a3 20.00 s2
a4 a4 25.00 s3
Now I want to create a page which displays the shopping cart like this: -
seller s1
product description price
a1 a1 10.00
a2 a2 15.00
seller s2
product description price
a3 a3 20.00
seller s3
product description price
a4 a4 25.00
Each of the sellers will be displayed in a nice box and the product information will still be in a datagrid.
1. Should the above be a usercontrol and somehow pass over the seller to it?
2. Could I get away with using a datalist template?
I am no expert on creating dynamic content like this so some pointers would be appreciated.
Thanks
Geoff.
I have a cookie based shopping cart which gets displayed into a datagrid as 'product, description, price and seller' and looks like this: -
product description price seller
a1 a1 10.00 s1
a2 a2 15.00 s1
a3 a3 20.00 s2
a4 a4 25.00 s3
Now I want to create a page which displays the shopping cart like this: -
seller s1
product description price
a1 a1 10.00
a2 a2 15.00
seller s2
product description price
a3 a3 20.00
seller s3
product description price
a4 a4 25.00
Each of the sellers will be displayed in a nice box and the product information will still be in a datagrid.
1. Should the above be a usercontrol and somehow pass over the seller to it?
2. Could I get away with using a datalist template?
I am no expert on creating dynamic content like this so some pointers would be appreciated.
Thanks
Geoff.