Click here to Skip to main content
15,890,882 members
Articles / Web Development / HTML

How to change page theme in asp.net 2.0 dynamically at runtime

Rate me:
Please Sign up or sign in to vote.
2.31/5 (30 votes)
24 Jun 2008CPOL1 min read 135.1K   2.2K   30  
ASP.Net has introduced one neat feature called themes by virtue of which we can assign different themes to page at design time. Unfortunately there is not built in support to change page themes at runtime. Here is a simple code which can be used to change page themes at runtime.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Web Developer
India India
I'm a software developer from Goa, India & I take assignments of software development. My specialization is in desktop applications built using latest technologies such as PRISM, WPF, WCF etc

Comments and Discussions