Using the default ASP webforms project, I want to add an external .css file to a specific page, and that page only.
Web searches on how to do this say to add it in the <head> section. But in the default project, the head is off in some Site Master. Adding another one gives an error.
So I tried to add it in the Bundle.config, but its not being read their either. If I put my code inside Site.css, it gets it.
On pages where there is no head, how do you include an external style file? Can you do it in code? An example would be helpful.
Go to the complete details ...