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

master page

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 11 Jun 2012, 11:48 AM
in my application i have lot of pages and one master page. i want to allow the customer to change the skin according to his wish in combobox in master page and i need to store the skin name along with the customer details, so that next he logins in skin loads by default. 
is it possible to set the skin master page and that makes other pages to change the skin. if yes, how can i make this possible.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Jun 2012, 12:03 PM
Hello,

You can use the RadSkinManager control which serves this purpose exactly. You just need to declare it in the master page and set ShowChooser="true".
aspx:
<telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" Skin="Black">
</telerik:RadSkinManager>
Also, remove the Skin property assignments from all controls that you want to be skinned by the manager.

Thanks,
Shinu.
Tags
General Discussions
Asked by
Sigma
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or