Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Disable Button During Processing & Re-Enable After Processing?
Posted
Comments
Dylan Morley 26-Apr-12 5:43am    
Yes, sounds like a plan
Sandeep Mewara 26-Apr-12 10:34am    
Reason for my vote of 1
Repost multiple times without any effort and clarity.

1 solution

Hi
you can use in the code behind button click event
here, before the logic code (processing) disable the button
after completing that, enable that button

BtnDisplay.Enabled="True"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900