Problems with form postbacks

Problems with form postbacks

Hello all,
I'm wondering if anyone can help me solve my problems with jQuery Mobile.

The Setup:
I'm using ASP.NET to work with and have a shopping cart setup with a product page and additional options (DropDownList and Checkboxes) to add for the product before adding it to the shopping cart.

I used QueryStrings to determine which product to display

There is a postback every time the options are changed to update the price

The Symptom:
First I go to a product page for product 1, then I go to a product page of a different product.
When I changed the options on the second product, it post backed and display the first product instead of the second product.

When I pressed the back button, it went to the second product before it starts backing out like normal

I also noticed that when I changed the options on the product a few times and clicking the back button afterwards, it seems that it's navigating back through the previous options instead of navigating back directly to the previous page.

The Question:
Has anyone ran into this problem?
Does anyone have the solution to this problem or can anyone point me to the proper direction on how to solve this problem?

Thanks in advance


Roy