Quarksoft Blog

This is where we post useful information for everyone. Lots of it is technical, but some can be used by anyone.

Disabling buttons on click for ASP.NET forms

<< Pivots with Dynamic Columns in SQL Server 2005  Helping block spam with T-SQL >>

Found some great tips in the simple-talk.com blog about disabling buttons on asp.net forms.

If you ever created a form and had your users click on the submit button multiple times this is the code you have been looking for.  Be sure to check out Robyn Page’s comments for a method to block the whole form during the form submit as well.

Complete details can be found here.

Leave a Reply