SyntaxFix
Write A Post
Hire A Developer
Questions
I have found this, and it works:
btnSave.Attributes.Add( "onclick", "this.disabled = true;" + ClientScript.GetPostBackEventReference(btnSave, null) + ";");