Add a Row to DataGrid
From: Jon (jonspivey_at_NOCRAPTHANKStiscali.co.uk)
Date: 02/16/04
- Next message: Scott M.: "Re: How to get most info from exception"
- Previous message: Luke Smith: "asp.net forums or similar"
- Next in thread: Andrew de la Harpe: "Re: Add a Row to DataGrid"
- Reply: Andrew de la Harpe: "Re: Add a Row to DataGrid"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 23:41:51 -0000
Hi,
Working on a shopping cart app. I'm using a datagrid on the shopping cart
page with boundcolumns to display Product name, cost, quantity etc - that
all works fine. However I want to add a row to the bottom of the grid to
display cart total, so I'd end up with something like this
Product Cost Quantity Sub Total
Product1 10.22 1 10.22
Product2 5.00 2 10.00
Cart Total 20.22
So my question is how do I add a row to the bottom of the datagrid to
display the total?
Cheers,
Jon
- Next message: Scott M.: "Re: How to get most info from exception"
- Previous message: Luke Smith: "asp.net forums or similar"
- Next in thread: Andrew de la Harpe: "Re: Add a Row to DataGrid"
- Reply: Andrew de la Harpe: "Re: Add a Row to DataGrid"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|