In this article I will explain the most common issue faced by many ASP.Net Developers i.e. Prevent Duplicate Insertion of Record on Page Refresh in ASP.Net. Duplicate Inserts and Double updates occur when a page is refreshed after an insert or update statement of SQL Server is executed and we get a following popup from the browser.
Response.Redirect(Request.Url.AbsoluteUri);
Comments
Post a Comment