Andrew
|
| Posted: 12/02/2004, 7:03 PM |
|
I have a shopping cart application where I sell items that require 2 tables for linens of various sizes ie.....;
PRODUCTS
ProductID
ProductName
SKUS
skuID
ProductID (related)
Size
So I want the buyer to order 5 hand towels and 5 washclothes and 3 bath towels so the editable grid has the following:
PRODUCTS.ProductName(label), SKUS.Size(label), CARTITEMS.quantity (textbox)
All is well until I specify the custom insert details....then the grid will no longer display the grid (SKUs with Product ID =proid (url for towels)
SAME PROBLEM WHEN USE TYPE TABLE OR SQL. I can specify the type and everything is fine....once I put in the detalis....no show..
HELP!!! :)
all works well until I actually go
|
|
|
 |
|