I have a folder /css which contains a number of generic css stylesheets
How can I apply a ccs stylesheet to a specific UserControl only in a page given I would like to use the same stylesheet with other UserControls?
The css is injected dynamically into the document so the css has no knowledge of what UserControl is currently showing.
There may be up to 4 different css documents injected into the same page, however, each should only affect one user control.
Any ideas on how I could do this?