How to prevent repeatative submit while using ajax or javascript? – Jquery ajax
I have a controller in c# and inside the controller there is a save method. The save method saves/updates data that is submitted by submit button click and javascript. The problem is, if you click on the button multiple time,…