B
bungle
Hi,
I am writing a shop front for selling goods and want to show the items
in a datagrid/gridview where the headertext is the name, description
and then a variety of prices based on the sizes e.g. Large, Medium,
Small
Name | Description | Large | Medium | Small
=======================================
Shoes | These are nice shoes | 3.20 | 4.20 | 4.50
Obviously this would normally be easy, but I want the different size
text e.g. Large, Medium, Small to come out of the database because
different product categories have different size names.
I have got the database structure sorted but could do with some advice
on the above.
Cheers!
I am writing a shop front for selling goods and want to show the items
in a datagrid/gridview where the headertext is the name, description
and then a variety of prices based on the sizes e.g. Large, Medium,
Small
Name | Description | Large | Medium | Small
=======================================
Shoes | These are nice shoes | 3.20 | 4.20 | 4.50
Obviously this would normally be easy, but I want the different size
text e.g. Large, Medium, Small to come out of the database because
different product categories have different size names.
I have got the database structure sorted but could do with some advice
on the above.
Cheers!