Show loading panel on click of asp button
问题 I have my asp button on which I am validating some data and then firing its server side function it is working fine it looks like this <asp:Button CssClass="btnRequestFile" ID="btnSave" runat="server" Text="Request" OnClientClick="if(clientValidate() == false) return false;" OnClick="btnSave_Click" /> So on my client side function I want to show a loading panel but the loading panel does not appear until there is some alert being fired here is my code: function clientValidate() { // $("