ASP.Net double-click problem

前端 未结 6 1812
孤城傲影
孤城傲影 2020-12-02 17:27

having a slight problem with an ASP.net page of mine. If a user were to double click on a \"submit\" button it will write to the database twice (i.e. carry out the \'onclick

6条回答
  •  遥遥无期
    2020-12-02 18:15

    for those who just want to do a quick fix , just hide it and show another button that has no events

    
    

提交回复
热议问题