SQLite How to by Tag:
You could try putting a literal control in the header, and setting the literal content in code-behind. <asp:Literal id="cssliteral" runat="server" /> Code-behind: cssLiteral.Text = String.Format("<link href='{0}' rel='stylesheet' type='text/css' />", cssUrl);...