Prevent Double Submit / Post on ASP.NET MVC page

后端 未结 6 716
悲&欢浪女
悲&欢浪女 2020-12-16 07:40

I am hoping for some feedback about the method I intend to use for preventing duplicate records in an ASP.NET MVC 4 application, and the knock on effects I have not though o

6条回答
  •  时光说笑
    2020-12-16 07:41

    You can simply deal with it in the client side.

    Create an overlay div, a css class with display none and a big z-index and a jquery script that shows that div when the user presses the submit button.

提交回复
热议问题