In my own feature.
I have allowed pages to have alternate skins via sitesettings and this works great. My alternate skin is the same artisteer skin but with no header picture. This allows me more screen real estate on my pages.
However, I would like to use this alternate skin for my add/edit page called by those pages also.
When I add this in LoadSettings()
this.siteSettings.SiteName = "";
this.siteSettings.Slogan = "";
this.siteSettings.SkinBaseUrl = "my alternate skin";
to the add/edit page this works but it is permanent to the whole site from that moment forward.
Can I pragmatically add code to my add/edit pages so they use the calling page alternate skin also?
Thanks
Rick