As you can see, skins are extremely easy to use and enable you to radically change the look of specific controls in your site. But what if you don’t want all your buttons to change to blue and white
at the same time? What if you need one special button that has a red background? You can do this
with named skins.
Named Skins
Named skins are identical to normal skins with one exception: they have a SkinID set that enables
you to refer to that skin by name. Controls in your ASPX pages can then use that SkinID to apply
that specific skin to the control. The next exercise shows you how this works.