Using google chrome. When I press ctrl-R a dialog question box appears asking:
"The page that you're looking for used information that you entered. Returning to that page might cause any action you took to be repeated. Do you want to continue ?".
So I click Ok and the page refreshes. But I noticed something I did not before--the label text is slightly different, so this code gets fired again when refreshing:
Code:
Label1.Text = DateTime.Now.ToString();
I am guessing that firing the same code again when refreshing is a browser feature? and not an ASP.net feature?
Thanks so much