why does the same event occur when I press F5 as it did when I clicked the button?
For example - On an ASP.NET webform I click a button which produces a postback and a Button.Click event. After the postback, I press F5 to refresh my webform, which executes Button.Click again.