View Single Post
  #2 (permalink)  
Old Oct 24th, 2007, 02:00
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,604
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Are there limits on the amount of data that can be posted via an ASP Form?

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..
Reply With Quote