Hi everyone..
I want the user to select a theme at runtime... but i cant figure it .. i save user's theme name in database and take them to session..
I want the user to select a theme at runtime... but i cant figure it .. i save user's theme name in database and take them to session..
<appSettings> <add key="Telerik.Skin" value="SkinName"/> <add key="Telerik.EnableEmbeddedSkins" value="false"/> </appSettings> ConfigurationManager.AppSettings.Set("Telerik.Skin",Session("UserThemeName").ToString) Page.Theme = Session("UserThemeName").ToString
but if i do that, all user's themes is changing.. i want to users have their own theme.. but i cant registering more theme ...
Any Ideas ??? ...
Thnxx 