How can I prevent user from resubmitting Button
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, If I have a submit button on my form, users may keep submitting (clicking the button). How can we prevent this. I have googled for this and found that disabling the button is not a good practice. Regads, Blumen
There are many options just redirect the user to other sucessfull page, or clear all controls of the page and just check whether there exists value in controls if not than stop user submitting the form.
Hello Forum Always be in touch to help about the topic ASP.NET
-
Hi, If I have a submit button on my form, users may keep submitting (clicking the button). How can we prevent this. I have googled for this and found that disabling the button is not a good practice. Regads, Blumen