Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

How to apply themes using jquery and save them for a user in web forms(.aspx )
Posted
Updated 5-Oct-15 0:02am
v2

1 solution

Please have a look at my previous answer:
How to apply the themes dynamically by selecting the theme from the dropdownlist in Asp.net MVC4?[^]

You'll have some idea how to work around it. ;)

Themes and Skins in ASP.NET 2.0[^]
ASP.NET: Themes[^]
Themes in ASP.net[^]

And for saving a theme for a user, you can save it using database, and at the time of login you can that theme.

-KR
 
Share this answer
 
v2
Comments
Naveenkumar87@hotmail.com 5-Oct-15 6:07am    
Thanks Rohit but i want it in aspx not MVC
Krunal Rohit 5-Oct-15 6:08am    
If you see the code in answer, it's pure html & JavaScript.
You can get it done using HTML & JS only. ;)

-KR

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