I'm adding some panels dynamically (in code behind) and want to add css styles. I'm thinking I should hardcode a stylesheet, then reference its classes through the cssclass property of the new panels. I'm curious how others approach this topic.
Thanks