S
ss
I have a doubt.
I have 2 webform W1, W2 with a Button control B1, B2
respectively.
In From W1 on click of button B1, i redirect response to
WebForm W2 along with a querystring value. [w2.aspx?test=c]
Now, on W2, i get this value using Response.Queystring...
no issues. The issue comes, when i post W2 by clicking on
Button B2. And the issues is that i can still get the
querystring value c even though i used "Post" method.
To this day i used to think that querystring should be
cleared if the form is posted using "Post". Am i wrong?
Is it a dot net implementation only? To preserver Query
String?
I have 2 webform W1, W2 with a Button control B1, B2
respectively.
In From W1 on click of button B1, i redirect response to
WebForm W2 along with a querystring value. [w2.aspx?test=c]
Now, on W2, i get this value using Response.Queystring...
no issues. The issue comes, when i post W2 by clicking on
Button B2. And the issues is that i can still get the
querystring value c even though i used "Post" method.
To this day i used to think that querystring should be
cleared if the form is posted using "Post". Am i wrong?
Is it a dot net implementation only? To preserver Query
String?