Dynamically adding a CSS file from an ASP.NET Server Control
- by Maxim
I have a custom control and I want to dynamically insert a link to a stylesheet.
Might not be the best solution of the year but it needs to be done. Any idea how to do it?
Everytime I try, Page.Header is null.