Is there a recommended way to dynamically change the ASP.NET App_Themes based on the selected skin in RadSkinManager?
In my masterpage, I have a RadSkinManager dropdownlist that lets users choose their preferred skin from Telerik Rad Controls. I would like the ability to automatically switch my App_Theme directory so that all other CSS and .skin files associated with my asp.net application change along with the selected RadSkin.
What is considered the best practice for achieving this functionality?