I want to use one button, if i used both then button does not get work.
OnClientClick="return fnConfirmUpdate() " OnClientClick="this.disabled = true;"
Use below code.
OnClientClick="return fnConfirmUpdate(); this.disabled = true;"
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.