G
Guest
I have written a web form, which has a 'Add' button which saves all the input data from the form to a DB table
Now once that is done, if the user refreshes the browser page, it again insets the same data to the database! (as obvious as it is reposting whole data to the server)
How can I stop it?
Thanks in advance
Now once that is done, if the user refreshes the browser page, it again insets the same data to the database! (as obvious as it is reposting whole data to the server)
How can I stop it?
Thanks in advance