hi, i got a user control which implements a reference to a css file, now i want to use this user control many times on page, and this will lead to duplication of inclusion of the css file.
with java scripts it is simple by using the scriptmanager.
so what is your suggestion for a solution or similar approach to the scriptmanager?