Click here to Skip to main content
15,904,935 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi Friends,
I want to create dynamic CSS for multiple ASP.NET controls , I have created required css but not able to create the css file where I want to store this css.
For eaxample:
I want to host multiple site with different css /template but same code. so I want to design separate css file based on site Id. so the need is that when a user set their css for all controls then we will save it in a separate css file.

Please tell me the way how can i do this.
Posted
Updated 26-Oct-15 21:19pm
Comments
Krunal Rohit 27-Oct-15 1:37am    
Rather, have only one css file for all companies but the content of the file should be unique with the company and store the css file content in the database and load it for the respective company.

-KR
Shivendramca10 27-Oct-15 3:16am    
Hi Rohit,
Thanks you for your suggestions. can you explain how can mange when all company use a single code application in single server.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900