Click here to Skip to main content
15,921,382 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
i have css style information saved in my database(heading_fonts, heading_color,Heading_style,Text_style etc)
now i want to apply these css styles information on my page same as given in screen shot link;
image_link
please tell me how to do it.
thanks in advance
Posted
Updated 4-Sep-12 7:39am
v2

1. Define CSS styles for the controls at runtime
2. Retrieve the styles from database using ADO.NET and then assign them to the controls as per your need via code.

Thus, a runtime styles would be applied to the page requested.

Try, post specific question if you face any.
 
Share this answer
 
Now you can retrieve the database value in HtmlEditor and store it pages
 
Share this answer
 

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