Current Problem
This is my current Shopping Cart table:
Notice, it's a master/detail kind of list. One image, with multiple Print products. I would like to have a way to remove individual line items, instead of all items for the image. SQL wise it's easy. ASP.Net, not so. I have no idea how to get events from the detail grid. Any ideas?
I would break out the line items into their own grid, but then I'd have no way to line the photo up. It would end up something like this:
I don't want/need the photo being listed over and over again.

Notice, it's a master/detail kind of list. One image, with multiple Print products. I would like to have a way to remove individual line items, instead of all items for the image. SQL wise it's easy. ASP.Net, not so. I have no idea how to get events from the detail grid. Any ideas?
I would break out the line items into their own grid, but then I'd have no way to line the photo up. It would end up something like this:
Photo
| Product
| Price
|
0001
| 75 - 4x8 Greeting Cards
| $99.99
|
0001
| 2 - 3x5
| $24.00
|
Comments