Page Refresh Causes Duplicate POST in ASP.NET Applications

Once you have handled a post back to a page, best practice is to then redirect so that you can’t have the data posted a second time using the “refresh” button. This is common to all web develoment, not just ASP.NET.

Leave a Comment