Skin was introduced in ASP.NET 2.0 to solve the problem of design/layout of server control. Its used for changing the appearance of asp.net controls like Label, CheckBox, GridView, TextBox, or Calendar Control. Skin control settings are like the control markup itself, but it contain only the properties we want to set.
For example, the following is a control skin for a Label control:
A skin file can contain control skin setting for more than one control type or we can define skin in seprate files for each control. We can add skin file in project by
Add-> New Item-> Skin file.
Here in fig we have added 2 skin files Default and White
0 Comment(s)