Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi! how can i dynamically apply multiple themes and skins in my project so that different users can have a selection list through which they can select a particular theme or skin from the given choice?
Is multiple themeing possible in ASP.net,C#?
Posted

1 solution

Supply a list for the users to selected from and update Page.Theme accordingly

http://msdn.microsoft.com/en-us/library/system.web.ui.page.theme.aspx[^]
 
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