Click here to Skip to main content
15,906,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project now want to when we are doing registration from a web page and submitted data into database successfully so if we click on back button of browser so the user do not submit again
Posted

1 solution

In your code that handles the submission check the user doesn't already exist before you create it. How you do that depends on what you're using to implement your registration process.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900