I have a asp button that while processing i would like the text on it.. How could achieve that?
<asp:LinkButton ID="loadImages" runat="server" CssClass="button"
onclick="loadImages_Click">Load Images</asp:LinkButton>
So when I click, it will change the Load Images to Loading… and then go back to the original state once it finishes.
I would appreciate any ideas.
OnClientClick…
Once the page posts back the text will revert to “Load Images”