how to change the theme dynamically?
-
Hi i have one dropdownlist in which no. of themes are thier? now anyone can select the any one of theme then that theme will appear in my site. how can i achieve this? for eg. as might you know in orkut user can select or change the theme that will appear in the site. Regards Keyur Satyadev
-
Hi i have one dropdownlist in which no. of themes are thier? now anyone can select the any one of theme then that theme will appear in my site. how can i achieve this? for eg. as might you know in orkut user can select or change the theme that will appear in the site. Regards Keyur Satyadev
Use Page.Theme = themename; on page pre init event. for details check this... http://www.codeproject.com/KB/HTML/ThemeChanging.aspx
The miracle is this--the more we share, the more we have.
-
Hi i have one dropdownlist in which no. of themes are thier? now anyone can select the any one of theme then that theme will appear in my site. how can i achieve this? for eg. as might you know in orkut user can select or change the theme that will appear in the site. Regards Keyur Satyadev
I will suggest you to write a
HTTPHanlder
for that.cheers, Abhijit CodeProject MVP