On Sep 27, 5:01 pm, "Jason Huang" <JasonHuang8...@hotmail.com> wrote:
> Hi,
i dunno anything about HttpCacheability
but response.redirect basically tells the client to redirect. so of
course form2 will get ?CustomerNo
>
> 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
|