hi,
Whenever a user selects a skin from a list of skins in combobox on the aspx page, I should change the skin of all the controls on the page to that value. Some controls are built dynamically while the page loads so I cannot declare all the controls under
Whenever a user selects a skin from a list of skins in combobox on the aspx page, I should change the skin of all the controls on the page to that value. Some controls are built dynamically while the page loads so I cannot declare all the controls under
TargetControls
in the RadSkinManager.
How can I acheive this task? If there is any option to do without using RadSkinManager.
Thanks in advance !!!