hello,
i am using this button, when user click on it on client click it showing process text.
instead on client click i want to show loading gif on button client click using jquery like this.
https://www.tutorialrepublic.com/codelab.php?topic=faq&file=jquery-create-a-loading-animation
<asp:Button ID="Button1" runat="server" Text="Next" UseSubmitBehavior="False" CssClass="w-100 no-radius" OnClientClick="if (!Page_ClientValidate('info')){ return false; } this.disabled = true; this.value = 'Processing...';" ValidationGroup="info" OnClick="Button1_Click" />