Query string is ignored when navigating back to page

G

Guest

Hi all,

I've got a search result web page that is populated dependant on data in the
query string. It works fine.

However if the user navigates away from the search results page, then
navigates back to it, even though the query string looks exactly the same in
the address bar, the query string results are different.

Here's an example of the query string when first navigating to the page:

http://localhost/GSContractsCSDs/Qu...0&All=True&DateFrom=#00/00/00&DateTo=00/00/00

running through the code Request.QueryString("DateFrom") returns "#00/00/00"

when the user navigates back to the page the query string looks like this:

http://localhost/GSContractsCSDs/Qu...0&All=True&DateFrom=#00/00/00&DateTo=00/00/00

Spot the difference??!! but Request.QueryString("DateFrom") returns "".

Has anyone any ideas what might be happening here?

Thanks in advance
Julia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,141
Latest member
BlissKeto
Top