J
Jason Huang
Hi,
In the ASPNet 2.0 web application, the Form1.aspx is set to
HttpCacheability.NoCache,
and the Form2.aspx is also set to HttpCacheability.NoCache.
The Form1 will do the
Response.Redirect("Form2.aspx?CustomerNo=" + strCustomerNo.ToString() );
My question is since both Form1 and Form2 are set to NoCache,
why the Form2 will still receive the "CustomerNo" whenever I hit the Next
from the IE6 menubar?
Isn't it supposed to be nothing?
Thanks for help.
Jason
In the ASPNet 2.0 web application, the Form1.aspx is set to
HttpCacheability.NoCache,
and the Form2.aspx is also set to HttpCacheability.NoCache.
The Form1 will do the
Response.Redirect("Form2.aspx?CustomerNo=" + strCustomerNo.ToString() );
My question is since both Form1 and Form2 are set to NoCache,
why the Form2 will still receive the "CustomerNo" whenever I hit the Next
from the IE6 menubar?
Isn't it supposed to be nothing?
Thanks for help.
Jason