I have the code below on my master page of my asp.net c# application, which is the link to my sites CSS class, i would like to know how I would change css file on the click of a hyperlink below when the new page loads.
Currenty Css file
<link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
Link
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# "intro.aspx?subjectid=" + Eval("subjectid") %>'><asp:Label ID="Label1" runat="server" ClientIDMode="Static"></asp:Label></asp:HyperLink>