D
Dune88
Hi there,
I've got a user control that uses it's own CSS classes. At the moment, I've
put those CSS classes in the <head> section of the ASPX page containing the
user control.
Ideally, I'd like the user control specific CSS to live with the user
control so that the user control can be reused as one single unit. Also, if
there is more than one instance of the user control on the same page, the
user control specific CSS should only be emitted once.
Does anyone have any suggestions for how to achieve this? How is everyone
else handling this situation?
Cheers.
I've got a user control that uses it's own CSS classes. At the moment, I've
put those CSS classes in the <head> section of the ASPX page containing the
user control.
Ideally, I'd like the user control specific CSS to live with the user
control so that the user control can be reused as one single unit. Also, if
there is more than one instance of the user control on the same page, the
user control specific CSS should only be emitted once.
Does anyone have any suggestions for how to achieve this? How is everyone
else handling this situation?
Cheers.