Tagged Questions

0
votes
4answers
908 views

Page.Request.QueryString has a value although none was passed to the page

We have the following code that is returning a value of "3" although no value is passed as a query string. Is there some way that the "id" is getting stuck in the server memory (since it is not user ...