Prevent button click twice
-
I'm SURE this has been answered here before, but I cannot find it. I'm looking for a way (or a user control button) that someone might've implemented where if the user clicks the button it disables itself to prevent clicking twice. It must also pay attention to validators and act accordingly. Has anyone seen this?
-
I'm SURE this has been answered here before, but I cannot find it. I'm looking for a way (or a user control button) that someone might've implemented where if the user clicks the button it disables itself to prevent clicking twice. It must also pay attention to validators and act accordingly. Has anyone seen this?
Hi there. Here's a couple of links to CP articles showing some different approaches. http://www.codeproject.com/aspnet/PleaseWaitButton.asp[^] http://www.codeproject.com/aspnet/ClickOnce_Button_Control.asp[^]