user control Button click event called again when page is refreshed using F5
- by senthil-nathanr
Hello,
I found that if you press F5 or refress from browser window, the last event fires again
example, I have clicked on a button, the button event is carried out normally, but if I refresh the page by pressing F5 key the same event is fired again.
anyone have any Idea to solve this?