Forum Post: Storing values in dataset

  • Thread starter Thread starter mflanegan
  • Start date Start date
Status
Not open for further replies.
M

mflanegan

Guest
Hi there, I have a shopping cart that i would like to append items to. I need to have the dataset for this available through out my application as there are many places in the application where you can add items to the shopping cart. We are trying to avoid doing an appserver hit for each time we add an item to the cart and only when the user decides to save the shopping cart do we want to write those records to the database. So my question is, how do I have my dataset (shopping cart) available globally on the client side to add/delete records whenever the user wants to and only save these records when they are ready? Thanks in advance.

Continue reading...
 
Status
Not open for further replies.
Back
Top