Hi,
I have a windowmanager added to the page on page_load with its Skin property set to a custom skin which is added by Page.Form.Controls.Add(oWindowManager).
On this page I also have a UpdatePanel control with a button inside, when I click this I want to popup an alert (window.radalert) which works, however I want to change the skin of the windowmanager to another custom skin name.
I understand I have to manually set the css sheets, which i've done. But even if I change the .Skin property from server side it doesn't change.
Is there a way to tackle this?
Thanks
charles
I have a windowmanager added to the page on page_load with its Skin property set to a custom skin which is added by Page.Form.Controls.Add(oWindowManager).
On this page I also have a UpdatePanel control with a button inside, when I click this I want to popup an alert (window.radalert) which works, however I want to change the skin of the windowmanager to another custom skin name.
I understand I have to manually set the css sheets, which i've done. But even if I change the .Skin property from server side it doesn't change.
Is there a way to tackle this?
Thanks
charles