Hi. I have a site using two themes and a master page. I'd like to globally set a custom skin without having to specify the skin on each control and am not sure exactly which steps to take.
- Do I do this in the webconfig with <add key>? If so, do ALL controls automatically get the skin, or do I then have to put skin="customSkin" on each respective control (which I would not like to do)?
- Or, do I register the skin in the customSkin.skin file in my themes folder, then use radSkinManager on my master page? If so, is it possible to do this for all controls at once in my skin file or do I have to register them one by one?
- Are there any other steps to take besides the ones mentioned?
Please give me step by step as I'm not a programmer. Thanks for your help!
- Do I do this in the webconfig with <add key>? If so, do ALL controls automatically get the skin, or do I then have to put skin="customSkin" on each respective control (which I would not like to do)?
- Or, do I register the skin in the customSkin.skin file in my themes folder, then use radSkinManager on my master page? If so, is it possible to do this for all controls at once in my skin file or do I have to register them one by one?
- Are there any other steps to take besides the ones mentioned?
Please give me step by step as I'm not a programmer. Thanks for your help!