| Preview |
|
|
|
heres my interface. http://i279.photobucket.com/albums/kk137/wh3resmycar/gridview.jpg i can already extract serial column on my gridview and post it on the label (on this example its the label besides the button). now what i want to do after is after the user clicks the button "add product to invoice" i want to extract the whole selected row information and put it on a temporary table like some sort of a "cart" with emphasis on calculating the total price. how do i display it? |
Loading
Sam HobbsPosted Nov 30, 2009, 9:20 PM
Are you sure you don't need to save the data? It is very common that the contents of a shopping cart is saved for longer than a single session, so someone can continue shopping if they get interrupted. If your application can benefit from that, then it would help to include that in your current design.
Amit ChoudharyPosted Nov 30, 2009, 1:45 AM
Mark UyPosted Nov 27, 2009, 2:18 AM
Mark UyPosted Nov 27, 2009, 2:06 AM
anybody else who can help?
Amit ChoudharyPosted Nov 25, 2009, 11:53 PM
Here is my cart code m sending to you and it is exactly the same you wanted with your grid....
and please mark the answer as I'm giving you the complete code for cart... :)