Reputation: 533
I developed a web application in asp.net.I have a module for saving values to database after clicking the button event.Thats working successfully.After that when i clicked the browser's refresh button the values reinserted to the table each time.How can i avoid this .Which is the code for this solution?
Upvotes: 0
Views: 509
Reputation: 187030
Here is a nice article on this
Preventing Duplicate Record Insertion on Page Refresh
Upvotes: 1