Hi I want to change a css class properties using c#, like background image, font size, font style, and font. there is a interface for user to change these values. once he save them i add them to db. once user login back i can retrieve them from db but problem is how to show them.
This is the structure of my master page
<html>
<head></head>
<body>
<div id="Wrapper" class="abc">
</div>
</body>
</html>
what is the easy way to change values of abc class according to relevant user?