P
Paul W
For debugging purposes, I have the following in Page_load:
Response.Write("postback is " + IsPostBack.ToString + Now.ToLongTimeString)
i
When I view my page in IE, if I hit F5 (refresh), it tells me (as expected)
that IsPostback is False.
If I then hit a submit button on the page it tells me (as expected) that
IsPostBack is true.
However, if I then hit F5 again, it tells me that IsPostBack is TRUE! How
come? (I know that its going back to the server (on not client cache)
because the displayed time changes).
Thanks,
Paul.
Response.Write("postback is " + IsPostBack.ToString + Now.ToLongTimeString)
i
When I view my page in IE, if I hit F5 (refresh), it tells me (as expected)
that IsPostback is False.
If I then hit a submit button on the page it tells me (as expected) that
IsPostBack is true.
However, if I then hit F5 again, it tells me that IsPostBack is TRUE! How
come? (I know that its going back to the server (on not client cache)
because the displayed time changes).
Thanks,
Paul.