Hi,
I have a form which posts back onto the current url including the query strings, using the get method. I used the get method due to my pagination being outside of the form, therefore I needed to always have the form results in the url. Now when I post back to this url if a query string like ?page=1 is present nad I want page2, then the url querystring becomes ?page=1&page=2.
This works just fine as the last query is taken, but if you search for a little while the query strings can make the url infinitely long - and it just looks a mess.
There must be a solution to this - just one that I'm not aware of 🙁
Thanks,
Gary