Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • Named Skin in ASP.NET

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    Comment on it

    What is Skin->

                            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:

    <asp:Label runat="server" BackColor="red" ForeColor="black" />
    

    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

    Blog

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: