I have a website that will need to load basic style components based on the model (determined on backend SQL server based on user input)
The concept is that this website can contained parameterized look-and-feel components which are predefined based on a landing page.
Can any one provide a basic idea or example of how to accomplish this? One idea was to store style parameters at the database, but how could a style sheet pull this. Another idea is to have these predefined style sheets corresponding to the landpage, but this would require a server control, and we wouldn't be able to implement this in the to link the style sheet.