Blog of Alex Arkhipov, containing my thoughts, comments and questions. RSS Feed

Disabling Submit Button from AJAX Update Panel to Prevent Double Posting
13 Mar 2009, 04:54:00 PM
It’s a fairly trivial task in ASP.NET to disable Submit button or LinkButton after user clicks on it to prevent immediate second submit while page is still refreshing. This problem sometime referenced as a double-click issue while it’s actually ...
Read post