do you also by chance have a nifty way of populating the drop down list's selected value with the current theme?
for example, i have "theme1", "theme2", and "theme3". i navigate
to my page and a drop down list is populated with the three themes
(thanks for the code snippet!). since i haven't changed the theme
yet, theme1 should be selected in the list. when i choose theme3,
the theme changes, but now theme3 should be selected in the list (and
isn't).
notes:
- i have "theme1" set as default in web.config
- i'm currently using session["theme"] to allow changing of themes
- currently, the theme is changing for the whole site and the list is
populating like it should. i'm just missing this one part for
usability.
thanks!
~ cj