ASP.NET Change link button color when clicked without post-back or update panel
问题 in an asp.net page I have a list of Link buttons: <asp:LinkButton ID="LinkButton1" runat="server" OnClick="Link_Click">Link 1</asp:LinkButton> <asp:LinkButton ID="LinkButton3" runat="server" OnClick="Link_Click">Link 2</asp:LinkButton> <asp:LinkButton ID="LinkButton5" runat="server" OnClick="Link_Click">Link 3</asp:LinkButton> I am using them as triggers for an update panel on the site. When a user clicks on a link a control gets loaded on the page. What I want is this: Whne the user clicks