I can find lots if info on populating a GridView control from an xml datasource, but what I need to do is make use of the xml data in an sql database table.
I'm working with an open source shopping cart, trying to find a way to add some inventory functionality. I don't want to track inventory for each item, I need to track it for each color of each item. So if I have two handbags, and one comes in two colors and the other in three, I have five lines in the gridview.
The colors are considered attributes and are kept in xml format in an attribute field. Each color has an inventory amount associated with it. Other attributes may also be in the attributes field.
How can I extract the information I need?
Diane
I'm working with an open source shopping cart, trying to find a way to add some inventory functionality. I don't want to track inventory for each item, I need to track it for each color of each item. So if I have two handbags, and one comes in two colors and the other in three, I have five lines in the gridview.
The colors are considered attributes and are kept in xml format in an attribute field. Each color has an inventory amount associated with it. Other attributes may also be in the attributes field.
How can I extract the information I need?
Diane