Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi friends
I work on asp.net project and I use master page ,user controls
what I want is to prevent multi submit in all pages without disabling submit button and
so what are the ways to achieve this .
Thanks
Posted
Updated 23-Jun-15 2:51am
v2
Comments
deepankarbhatnagar 23-Jun-15 8:48am    
PLEASE EXPLAIN YOUR QUERY
ZurdoDev 23-Jun-15 8:51am    
What is multi submit?
Lakhan Anjana 23-Jun-15 9:02am    
prevent post back disable post back property from controls
Sreekanth Mothukuru 23-Jun-15 10:07am    
add client side "ondblclick=return false;" to avoid button being called twice.
Sergey Alexandrovich Kryukov 23-Jun-15 16:24pm    
Please define "multiple submit". This is not obvious at all. What do you mean by that, exactly?
—SA

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