|
How to avoid multiple clicks while submitting the form on the server?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Button
In case we want to avoid multiple clicks while submitting the form on the server we can use this approach. Generally this is used in case of Payment button or financial application to avoid multiple debit or credit however it can also be used in normal applications to avoid duplicate data submission.
|