I have an ASP.net page which has fields for filtering a dataset. When I apply the filter (through a button), the results load fine. If I navigate to another page (on the same session), and then come back to the page, I'm re-setting the value of the filter fields on page load.
Sometimes, the fields will reset fine, sometimes they will come back blank. There doesn't seem to be any real pattern as to when they come back ok and when they come back blank. Is there a possibility that the request/response is being cached by the server? (IIS), if not, then what could be the problem?
Thanks