I am using the style sheets for the gridview from this link
http://www.cyberslingers.com/Sandbox/GridView.aspx
It has various style sheet attached to the same gridview. What I want to attach the style sheet from server side to the page when user select the drop down list item
The simple solution is to just put runat=”server” id=”myname” in your tag, then you can set the value in code.
HTML
CS