7. Open SkinsDemo.aspx in the browser. You should now see two buttons; the blue one you added
earlier and the new black on red one. If you don’t see the different colors, ensure you have selected the Monochrome theme in the browser.
How It Works
Named skins work almost exactly the same as normal skins. However, with a named skin a control can point to a specifi c skin in one of the skin fi les. In the SkinsDemo.aspx page, the fi rst button gets its settings from the default, unnamed skin, and the other now gets its settings from the skin with its SkinID set to RedButton. If you assign a nonexistent SkinID to a control, ASP.NET will simply ignore it and not raise an error.