Thursday, December 27, 2012

Disable Button after click

ASP.Net
Disable asp.net button after clicked

1st step: Create Java script function to disable the button




---------------------------------------

2nd step:call the function onclientclick action for the button

OnClientClick="disableBtn(this.id, 'Upload data ')" UseSubmitBehavior="false"


No comments:

Post a Comment