Good practices in the life of software development
Browse by Tags
All Tags »
AJAX (RSS)
-
There are situations where you don’t want user to click on a button twice too fast or on a checkbox when the server is still processing. One quick trick is to use “ this .Button1.Attributes.Add( "onclick" , "this.disabled=true;" ); ” to disable the button Read More...
|