I don't think the data is lost!
Maybe It's your calculation error! The second page does not get the
show price value from the first page. You have to make a
asp calculation in your second page in order to get the show price value.
Maybe something like this:
- Code: Select all
Ticket Quantity * 5.00 = show price
Can I see your calculation part on this one? and your second page code as well..