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?
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.