Session State
I have a multipage shopping cart application. On page one the shopper selects an item and quantity, then click a button to add item to cart. On cart page are buttons to return to add more items or to checkout. When the user chooses to checkout I show a page to collect first & last name. I then want to allow the user to continue shopping. When the user chooses to checkout the next time I want to have the name info entered previously. I understnd how to check if the session item is null for the first pass. I build try to retrieve the sesion data with commands below.
Session["FName"] = FName.Text; - move item to session
FName.Text = (string)(Session["FName"]); - get item from session
Have not been able to see data when returning from select item page of project...I am trying, but a bit confused in using prerender and that may be part of the problem....
LOST!!!
Status:
Open May 22, 2009 - 09:33 AM
Text, Button, Time, prerender, Quantity, application, session
1answer
Answer
Nov 27, 2009 - 05:19 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment