This is a migrated thread and some comments may be shown as answers.

how to apply Theme dynamically in complete application

2 Answers 139 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Priyanka
Top achievements
Rank 1
Priyanka asked on 11 Apr 2012, 07:34 AM
Hello,

i want to change the theme of my application dynamically (on button click) for a user in aps.net 3.5. how to impliment this without postback. can it be done without repeating the codes in every form where the theme is to br applied?

2 Answers, 1 is accepted

Sort by
0
Graham
Top achievements
Rank 1
answered on 17 Apr 2012, 10:47 AM
We need to know how to do a similar thing.

We want to store the Telerik skin name selected by the user (as their options) in a database table.
When they run our pages, we want all controls on all pages to use that skin without having to programatically set the skin of every control on every page.

Graham Plowman
0
Amit
Top achievements
Rank 1
answered on 09 Aug 2012, 09:36 AM
@Graham .. hope you have solved your problem .. however this is what we do ..

on our master page we have a RadSkinManager .. on page load of it .. we do something like this ..

RadSkinManager1.Skin="Metro"

You can fetch value from DB and set it up here ..
Tags
SkinManager
Asked by
Priyanka
Top achievements
Rank 1
Answers by
Graham
Top achievements
Rank 1
Amit
Top achievements
Rank 1
Share this question
or