Let say…
If we ASP.net banking application. When user press a button then it will debit $100 from his account.
Issue:
What happened if user two or three times click on this button without waiting for first inform or it press F5/refresh page.
How we can prevent or get data integrity.
If you are using any ASP.Net ajax, Postback Ritalin will help prevent multiple postbacks.