why do my querystrings persist?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a simple web application where I navigate to some page which has a form on it - I pass some values to the page using querystrings, and the page then renders a form. But when I submit the form, I see that the querystring values are still there. Anyone know how I can stop this? Thanks!
-
I have a simple web application where I navigate to some page which has a form on it - I pass some values to the page using querystrings, and the page then renders a form. But when I submit the form, I see that the querystring values are still there. Anyone know how I can stop this? Thanks!
Can you post the page code?