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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -