javascript - ValidationGroup in ASP.NET -
I have a lot of this
After all verification is complete, I now want to call disableAfterClick () . It should be in the client side. So that I can ensure that the user can click the button only once
function ValidateText () {Page_ClientValidate (); If (Page_IsValid) {$ ('# & lt;% = btnSaveContest.ClientID% & gt;') Attr ('disabled', 'disabled'); Back true; } Other {return false; }} `
Comments
Post a Comment