Disable Button After Click with jquery
1 min read
1. Add Below J query In page $(document).on(“click”, “#<%= btnaddtocart.ClientID %>”, function (e) { if (typeof Page_IsValid != “undefined” && Page_IsValid == true) { document.getElementById(‘<%= btnaddtocart.ClientID %>’).value =... Read More