ASP.Net Page Refresh Problem
When the user refreshes a page in ASP.Net website, the recently taken place action will be repeated again such as calling a button click event / method like adding records to a database with the same values as inserted in the earlier state.
Read More...